sourcegraph/monitoring
2021-10-04 15:01:48 +02:00
..
definitions Fix executor queue metric (#25582) 2021-10-04 15:01:48 +02:00
monitoring monitoring: remove redundant new lines in generated docs (#25019) 2021-09-15 20:57:09 -04:00
CODENOTIFY Add Distribution to monitoring/ CODENOTIFY (#16830) 2020-12-16 16:26:12 +01:00
main.go Incorporate executor-queue into frontend server (#23239) 2021-07-27 19:01:49 +02:00
README.md doc(dev): monitoring how-to guides, observability background (#16965) 2020-12-24 14:51:42 +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.