What is the difference between SQS vs RabbitMQ vs Memphis?
Avatar Idan Asulin
Apr 16, 2023
14 15 16
What is the difference between RabbitMQ vs ZeroMQ vs Memphis?
Avatar Idan Asulin
Apr 16, 2023
10 11 12
What is the difference between Kafka vs ZeroMQ vs Memphis?
Avatar Yaniv Ben Hemo
Apr 16, 2023
2 3 4
What is the difference between Azure Event Hub vs Kafka vs Memphis?
Avatar Idan Asulin
Apr 16, 2023
5 6 7
How does ActiveMQ vs RabbitMQ vs Kafka vs Memphis work?
Avatar Idan Asulin
Apr 16, 2023
7 8 9
What is ActiveMQ vs IBM MQ vs Memphis?
Avatar Yaniv Ben Hemo
Apr 16, 2023
3 4 5
What is IBM MQ?
Avatar Yaniv Ben Hemo
Apr 16, 2023
4 5 6
What is an mq server?
Avatar Idan Asulin
Apr 16, 2023
3 4 5
How does mq messaging take place?
Avatar Idan Asulin
Apr 16, 2023
2 3 4
How to Integrate Memphis with Grafana?
8 9 10

As Grafana is one of the most popular tools for centralized monitoring, Memphis provides a Prometheus exporter to enable Grafana users to monitor Memphis.

Prerequisites
K8S-based Memphis
Memphis Prometheus exporter
Configured Prometheus
Grafana with prometheus configured as a data source

Getting started

Step 0: Configuring Prometheus to collect pods’ logs
Validate that Prometheus.yml configfile contains “kubernetes-pods” job. Its mandatory to scrape Memphis exporter metrics automatically.

...
honor_labels: true
      job_name: kubernetes-pods
      kubernetes_sd_configs:
      - role: pod
      relabel_configs:
      - action: keep
        regex: true
        source_labels:
        - __meta_kubernetes_pod_annotation_prometheus_io_scrape
...

Step 1: Enabling Memphis Prometheus exporter

If you haven’t installed Memphis with the exporter.enabled yet

helm install memphis memphis \
--create-namespace --namespace memphis --wait \
--set \
cluster.enabled="true",\
exporter.enabled="true"

If Memphis is already installed –

helm upgrade --set exporter.enabled=true memphis --namespace memphis --reuse-values

Step 2: Import Memphis dashboard
Import Memphis dashboard using Memphis dashboard ID: 18050
https://grafana.com/grafana/dashboards/18050-memphis-dev/