Skip to content

Commit 5320109

Browse files
arun-shopifytanner-bruce
andauthoredJun 20, 2022
Monitoring spanmetrics (#797)
* wip cache metric from spanmetrics * testing * testing * WIP: collecting metrics * metric name updated * Update exporter/prometheusexporter/prometheus.go Co-authored-by: tanner-bruce <b.r.uce.tanner@gmail.com> * Update processor/spanmetricsprocessor/processor.go Co-authored-by: tanner-bruce <b.r.uce.tanner@gmail.com> * wip error metrics * span metrics monitoring : refactored internal metrics counters * span metrics monitoring : added metricKey error * Update processor/spanmetricsprocessor/processor.go Co-authored-by: tanner-bruce <b.r.uce.tanner@gmail.com> * Update processor/spanmetricsprocessor/processor.go Co-authored-by: tanner-bruce <b.r.uce.tanner@gmail.com> * moved metric one loop up * unique metrics count * removed actice timeseries counter * Update processor/spanmetricsprocessor/processor.go Co-authored-by: tanner-bruce <b.r.uce.tanner@gmail.com> Co-authored-by: tanner-bruce <b.r.uce.tanner@gmail.com>
1 parent fb4c530 commit 5320109

File tree

4 files changed

+179
-8
lines changed

4 files changed

+179
-8
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ require (
368368
github.com/pmezard/go-difflib v1.0.0 // indirect
369369
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
370370
github.com/pquerna/cachecontrol v0.1.0 // indirect
371-
github.com/prometheus/client_golang v1.12.1 // indirect
371+
github.com/prometheus/client_golang v1.12.2-0.20220318110013-3bc8f2c651ff // indirect
372372
github.com/prometheus/client_model v0.2.0 // indirect
373373
github.com/prometheus/common v0.32.1 // indirect
374374
github.com/prometheus/common/sigv4 v0.1.0 // indirect

0 commit comments

Comments
 (0)
Failed to load comments.