From 94e3b9c015d14d623ac6e92e97a23b1469e3ba6c Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Wed, 8 May 2019 20:46:33 +0200 Subject: [PATCH] Add Monitoring section to Ops graph chart --- resources/topic-graph.mmd | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index 0799873..a04170c 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -70,7 +70,6 @@ graph TD Netw --> traceroute Netw --> airmon Netw --> airodump - OPS --> IaC[Infrastructure as Code] IaC --> CfgMgt[Configuration Management] CfgMgt --> Puppet @@ -82,7 +81,6 @@ graph TD Orc --> K8S[Kubernetes] Orc --> Mesos Orc --> Nomad - OPS --> NET[Networking] NET --> NETP[Protocols] NETP --> Socket @@ -91,3 +89,14 @@ graph TD TCP --> SSH TCP --> HTTP TCP --> SSL[TLS-SSL] + OPS --> MON[Monitoring] + MON --> Metr[Metrics] + Metr --> Prom[Prometheus] + Metr --> DD[Datadog] + Metr --> Graf[Grafana] + Metr --> Statsd[Statsd] + MON --> Logs[Logs] + Logs --> Logstash + MON --> Tra[Tracing] + Tra --> OPT[Open Tracing] + Tra --> Jae[Jaegger]