Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 798 Bytes

grafana.md

File metadata and controls

44 lines (28 loc) · 798 Bytes

Grafana Stack

Grafana stack consists of

  • Grafana
  • Loki
  • Prometheus
  • Temp
  • Opentelemtry Collector Contrib

The idea is that you can connect an Opentelemtry Agent

OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
OTEL_METRICS_EXPORTER=otlp
OTEL_LOGS_EXPORTER=otlp
OTEL_TRACES_EXPORTER=otlp

the Otel Collector then forwards

  • Metrics to Prometheus
  • Traces to Tempo
  • Logs to Loki

Security

Set password for admin user in .env.

Default password is secret.

Connections

Screenshots

Grafana Loki Datasource

Grafana Tempo Datasource

Grafana Prometheus Datasource