mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Add prometheus metrics collectors for http handlers (#958)
* Add prometheus metrics exporter for http handlers * Use prometheus from opencensus * Add comment to unused func() param * Add package names to operation description in observ package * Sort exported/unexported functions
This commit is contained in:
committed by
Michal Pristas
parent
5eba6f2e47
commit
fb696b2d84
@@ -222,6 +222,7 @@ func TestParseExampleConfig(t *testing.T) {
|
||||
Storage: expStorage,
|
||||
TraceExporterURL: "http://localhost:14268",
|
||||
TraceExporter: "jaeger",
|
||||
StatsExporter: "prometheus",
|
||||
}
|
||||
|
||||
absPath, err := filepath.Abs(testConfigFile(t))
|
||||
|
||||
Reference in New Issue
Block a user