sourcegraph/monitoring
Stefan Hengl af6624f3e2
monitoring: more panels for gitserver janitor jobs (#33304)
This adds 3 more panels giving us better insight into the health of the
janitor jobs.
2022-04-01 18:26:35 +02:00
..
definitions monitoring: more panels for gitserver janitor jobs (#33304) 2022-04-01 18:26:35 +02:00
monitoring golangci-lint: enable unparam linter (#31856) 2022-02-28 15:31:44 +01:00
.gitattributes Add missing .gitattributes files for various generated files (#30092) 2022-01-25 16:36:21 +05:30
CODENOTIFY Add Distribution to monitoring/ CODENOTIFY (#16830) 2020-12-16 16:26:12 +01:00
main.go zoekt: combine zoekt-webserver and zoekt-indexserver Grafana dashboards (#29768) 2022-01-14 10:17:07 -08:00
README.md Update handbook links in doc (#26848) 2021-11-02 00:09:49 +08:00

Sourcegraph monitoring generator

This page documents usage (running the generator) and development (of the generator itself). For background and feature documentation, see the generator overview. To learn about how to find, add, and use monitoring, see the Sourcegraph observability developer guide.

Usage

From this directory:

go generate ./...

Logging output supports the Sourcegraph log level flags. Other configuration options can be customized via flags declared in main.go.

Development

The Sourcegraph monitoring generator consists of three components:

All features and capabilities for developed for the generator should align with the Sourcegraph monitoring pillars.