Add: Jaeger component (#299)

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/351/head
Nicolas Lamirault 5 years ago committed by GitHub
parent c2c6fd982f
commit 0d8c998eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Tracing(_OnPrem):
_type = "tracing"
_icon_dir = "resources/onprem/tracing"
class Jaeger(_Tracing):
_icon = "jaeger.png"
# Aliases

@ -198,6 +198,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.storage.Ceph**, **CEPH** (alias)
- **diagrams.onprem.storage.Glusterfs**
## onprem.tracing
- **diagrams.onprem.tracing.Jaeger**
## onprem.vcs
- **diagrams.onprem.vcs.Git**

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Loading…
Cancel
Save