skip to Main Content

How to setup a mongodb grafana dashboard using helm bitnami/mongodb and kube-prometheus-stack – Debian

I have the helm chart mongodb installed on my k8s cluster (https://github.com/bitnami/charts/tree/master/bitnami/mongodb). I also have kube-prometheus-stack installed on my k8s cluster. (https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) I've setup a grafana dashboard for mongodb which should pull in data from a prometheus data source. (https://grafana.com/grafana/dashboards/2583…

VIEW QUESTION

Prometheus alertmanager – invalid leading UTF-8 octet – CentOS

I am trying to configure the slack notification from Prometheus alertmanager with below yml. global: resolve_timeout: 1m slack_api_url: 'https://hooks.slack.com/services/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' route: receiver: 'slack-notifications' receivers: - name: 'slack-notifications' slack_configs: - channel: '#monitoring-instances' send_resolved: true icon_url: https://avatars3.githubusercontent.com/u/3380462 title: |- [{{ .Status | toUpper…

VIEW QUESTION

Prometheus won't connect to Synapse metrics – Debian

I tried to follow this guide to configure prometheus with synapse metrics: https://github.com/matrix-org/synapse/blob/master/docs/metrics-howto.md I'm having difficulties though. Here's how i set it up: $ sudo ufw allow 9090 $ sudo nano /etc/matrix-synapse/homeserver.yaml # in listeners: list - type: metrics port:…

VIEW QUESTION
Back To Top
Search