github.com/avenga/couper@v1.12.2/docs/website/content/3.observation/metrics.md (about) 1 # Metrics 2 3 - [Metrics](#metrics) 4 - [Prometheus](#prometheus) 5 - [Grafana Dashboard](#grafana-dashboard) 6 - [Preview](#preview) 7 - [Developers](#developers) 8 9 Our metrics feature is [beta](/getting-started/beta-features) for now. However, we want to provide some core metrics which can be directly collected from Couper. 10 11 ## Prometheus 12 13 Couper provides a built-in [Prometheus](https://prometheus.io/) exporter. It is configurable with [settings](/configuration/block/settings) like port or `service_name` label. If enabled the default scrape target port is `9090`. 14 15 ## Grafana Dashboard 16 17 Couper provides a maintained Grafana dashboard which you can find here: [grafana.json](https://github.com/avenga/couper/blob/master/grafana.json) 18 and import this JSON model to your grafana instance. 19 You may have to set your Datasource to your Prometheus one. 20 21 If you're missing some configuration options or have feedback: Feel free to open a [discussion](https://github.com/avenga/couper/discussions) or 22 an [issue](https://github.com/avenga/couper/issues) if something does not work as expected or shown values does not make any sense. 23 24 ### Preview 25 26  27 28 ## Developers 29 30 If you are interested in contributing to our metrics or refine the grafana dashboard: `make docker-telemetry` will spin up the stack for you.