-
Notifications
You must be signed in to change notification settings - Fork 662
Closed
Labels
backendMostly go codeMostly go codeopsFeatures that help pyroscope operatorsFeatures that help pyroscope operators
Description
Link to naming conventions: https://prometheus.io/docs/practices/naming/
Minimally we should do things like:
- add
pyroscope_
prefix - add proper suffixes, like
_total
or_bytes
- add tags where appropriate, e.g for badger metrics we should have
trees
andsegments
be tags, not parts of the name
This would also be a good time to get rid of metrics
package I think.
After we update the names we should also update these dashboards:
- the one in
./benchmark
- the one in
./examples/grafana-integration
- the one on grafana website
Metadata
Metadata
Assignees
Labels
backendMostly go codeMostly go codeopsFeatures that help pyroscope operatorsFeatures that help pyroscope operators