sourcegraph/dev/prometheus
William Bezuidenhout 6c7389f37c
otel: add collector dashboard (#45009)
* add initial dashboard for otel

* add failed sent dashboard

* extra panels

* use sum and rate for resource queries

* review comments

* add warning alerts

* Update monitoring/definitions/otel_collector.go

* review comments

* run go generate

* Update monitoring/definitions/otel_collector.go

Co-authored-by: Robert Lin <robert@bobheadxi.dev>

* Update monitoring/definitions/otel_collector.go

Co-authored-by: Robert Lin <robert@bobheadxi.dev>

* Update monitoring/definitions/otel_collector.go

Co-authored-by: Robert Lin <robert@bobheadxi.dev>

* Update monitoring/definitions/otel_collector.go

Co-authored-by: Robert Lin <robert@bobheadxi.dev>

* Update monitoring/definitions/otel_collector.go

Co-authored-by: Robert Lin <robert@bobheadxi.dev>

* Update monitoring/definitions/otel_collector.go

Co-authored-by: Robert Lin <robert@bobheadxi.dev>

* review comments

* review feedback also drop two panels

* remove brackets in metrics

* update docs

* fix goimport

* gogenerate

Co-authored-by: Robert Lin <robert@bobheadxi.dev>
Co-authored-by: Jean-Hadrien Chabran <jh@chabran.fr>
2022-12-19 13:18:51 +01:00
..
all otel: add collector dashboard (#45009) 2022-12-19 13:18:51 +01:00
linux otel: add collector dashboard (#45009) 2022-12-19 13:18:51 +01:00
README.md dev env: launch prometheus if desired (#4963) 2019-08-05 13:50:27 -07:00

Prometheus configuration

This directory contains configuration for the Prometheus metrics deployment.

This directory is mounted into the prometheus container. After making your changes to this directory, simply docker restart prometheus for your changes to take effect (depending on your change, Prometheus may respond to it as soon as you save the file).