#sre (2019-06)
Prometheus, Prometheus Operator, Grafana, Kubernetes
Archive: https://archive.sweetops.com/monitoring/
2019-06-12
![Aayush Anand avatar](https://secure.gravatar.com/avatar/df20e6873c5c2ef26085ed79cb66f113.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0014-72.png)
anybody has experience with grafana cloud metric ton calculations ?
![Issif avatar](https://avatars.slack-edge.com/2019-12-02/848866457345_6b17c415c518a84814ce_72.png)
what’s your issue?
2019-06-13
2019-06-26
![Marcio Rodrigues avatar](https://secure.gravatar.com/avatar/c95972f0182bfe1944fab6e6f2f0a402.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0013-72.png)
Hello, anyone has experience in having observability/tracing of event based applications in kubernetes? (rabbitmq) i know that people usually use istio to have a clear view of the request path of their applications, but in our case we are not using HTTP, we are using AMQP any suggestions?
2019-06-28
![pecigonzalo avatar](https://avatars.slack-edge.com/2020-02-24/954674862595_11f6ff71106151c32655_72.png)
Ill try and dig it out, but I actually was reading some articles about this the other day
![pecigonzalo avatar](https://avatars.slack-edge.com/2020-02-24/954674862595_11f6ff71106151c32655_72.png)
and basically they had clients that published metrics from the queue
![pecigonzalo avatar](https://avatars.slack-edge.com/2020-02-24/954674862595_11f6ff71106151c32655_72.png)
and tracing
![pecigonzalo avatar](https://avatars.slack-edge.com/2020-02-24/954674862595_11f6ff71106151c32655_72.png)
AMQP instrumentation in Go. Contribute to opentracing-contrib/go-amqp development by creating an account on GitHub.
![pecigonzalo avatar](https://avatars.slack-edge.com/2020-02-24/954674862595_11f6ff71106151c32655_72.png)
If you are using Apache Kafka, you are almost certainly working within a distributed system and because Kafka decouples consumers and producers it can be a challenge to illustrate exactly how data flows through that system. I plan to demonstrate how Jaeger is up to that challenge while navigating the pitfalls of an example project.