Add: Telemetry components

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/322/head
Nicolas Lamirault 5 years ago
parent 8673c0df2b
commit 8711c28b30
No known key found for this signature in database
GPG Key ID: 65D6BB0526B7051F

@ -0,0 +1,27 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Programming
class _Telemetry(_Programming):
_type = "telemetry"
_icon_dir = "resources/programming/telemetry"
class Opencensus(_Telemetry):
_icon = "opencensus.png"
class Openmetrics(_Telemetry):
_icon = "openmetrics.png"
class Opentelemetry(_Telemetry):
_icon = "opentelemetry.png"
class Opentracing(_Telemetry):
_icon = "opentracing.png"
# Aliases

@ -41,3 +41,10 @@ Node classes list of programming provider.
- **diagrams.programming.language.Rust**
- **diagrams.programming.language.Swift**
- **diagrams.programming.language.Typescript**, **TypeScript** (alias)
## programming.telemetry
- **diagrams.programming.telemetry.Opencensus**
- **diagrams.programming.telemetry.Openmetrics**
- **diagrams.programming.telemetry.Opentelemetry**
- **diagrams.programming.telemetry.Opentracing**

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save