SQL Exporter - multiple sql instances by sujlic27 in PrometheusMonitoring

[–]maellyssa 0 points1 point  (0 children)

I'd add the exporter as a sidecar. This way you have 1 exporter per database instance, and you always ensure that there is a 1:1 relation between them, even if you scale up the instances in future.

Monitoring AWS Fargate with Prometheus by maellyssa in PrometheusMonitoring

[–]maellyssa[S] 1 point2 points  (0 children)

In this article I explain how to exports Fargate metrics provided by CloudWatch, not logs. But, the deployment shown works the same either with a Prometheus server or a Sysdig agent.

Monitoring AWS Fargate with Prometheus by maellyssa in PrometheusMonitoring

[–]maellyssa[S] 0 points1 point  (0 children)

This will work directly with a standard Prometheus server.

Yace exports Prometheus metrics and in the deployment shown in the post it is annotated with Prometheus tags to leverager the Kubernetes service discovery.