Skip to content

Commit

Permalink
feat: add Grafana Mimir and Tempo (mingrammer#857)
Browse files Browse the repository at this point in the history
* Add resourse onprem monitoring Grafana Mimir.

* Add resourse onprem tracing Grafana Tempo.
  • Loading branch information
chewrocca authored and ajmaradiaga committed Nov 8, 2023
1 parent acbd0de commit 73ec852
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ class Humio(_Monitoring):
_icon = "humio.png"


class Mimir(_Monitoring):
_icon = "mimir.png"


class Nagios(_Monitoring):
_icon = "nagios.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/onprem/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ class Jaeger(_Tracing):
_icon = "jaeger.png"


class Tempo(_Tracing):
_icon = "tempo.png"


# Aliases
6 changes: 6 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ Node classes list of onprem provider.
<img width="30" src="/img/resources/onprem/monitoring/humio.png" alt="Humio" style="float: left; padding-right: 5px;" >
**diagrams.onprem.monitoring.Humio**

<img width="30" src="/img/resources/onprem/monitoring/mimir.png" alt="Mimir" style="float: left; padding-right: 5px;" >
**diagrams.onprem.monitoring.Mimir**

<img width="30" src="/img/resources/onprem/monitoring/nagios.png" alt="Nagios" style="float: left; padding-right: 5px;" >
**diagrams.onprem.monitoring.Nagios**

Expand Down Expand Up @@ -545,6 +548,9 @@ Node classes list of onprem provider.
<img width="30" src="/img/resources/onprem/tracing/jaeger.png" alt="Jaeger" style="float: left; padding-right: 5px;" >
**diagrams.onprem.tracing.Jaeger**

<img width="30" src="/img/resources/onprem/tracing/tempo.png" alt="Tempo" style="float: left; padding-right: 5px;" >
**diagrams.onprem.tracing.Tempo**

## onprem.vcs


Expand Down
Binary file added resources/onprem/monitoring/mimir.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/tracing/tempo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73ec852

Please sign in to comment.