forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workload: add prometheus NewGoCollector
Previously, the workload would register only a Histogram for the corresponding workload. This change adds NewGoCollector which exports Go runtime metrics, i.e., gc and goroutines. This change makes it easy to investigate performance regressions within the workload generator. Epic: none Release note: workload generators now export Go runtime metrics via Prometheus endpoint.
- Loading branch information
1 parent
a2f31ca
commit a52b0dd
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters