summaryrefslogtreecommitdiffhomepage
path: root/tsweb/varz
AgeCommit message (Expand)AuthorFilesLines
2025-10-10tsweb/varz: add support for ShardedInt metricsAnton Tolchanov2-0/+19
2025-06-12tsweb/varz: add binary name to version metricBrad Fitzpatrick1-1/+19
2025-04-28tsweb/varz: export GC CPU fraction gaugeJames Tucker2-14/+124
2024-11-07tsweb/varz: optimize some allocs, add helper func for othersBrad Fitzpatrick1-2/+8
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby1-12/+21
2024-08-27tsweb/varz: remove pprofKristoffer Dalby1-1/+0
2024-03-27tsweb/varz: add charset=utf-8 to varz handlerBrad Fitzpatrick1-1/+1
2024-03-26metrics, tsweb/varz: add multi-label map metricsBrad Fitzpatrick2-0/+28
2024-03-24tsweb/varz: flesh out munging of expvar keys into valid Prometheus metricsBrad Fitzpatrick2-1/+42
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick1-4/+4
2023-09-07tsweb/varz: fix exporting histogramsMaisem Ali1-5/+8
2023-07-18metrics: add histogram supportMaisem Ali1-0/+2
2023-06-30tsweb/varz: use default metrics.LabelMap.Label on serializationBrad Fitzpatrick2-1/+11
2023-06-07all: use cmpx.Or where it made senseBrad Fitzpatrick1-8/+3
2023-04-11tsweb: move varz handler(s) into separate modulesAnton Tolchanov2-0/+747