mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-28 14:08:43 +02:00
## Summary With metrics now going via OTEL -> Prometheus exporter, there were couple issues: - some newer metrics had non-standard units that ended up in metric names like `pomerium_storage_global_cache_hits__hit__total` - we had three additional tags (`otel_scope_name`, `otel_scope_schema_url`, `otel_scope_version`) added to each metric, which do not really carry much meaningful information for us and expand metric cardinality. This PR reverts those two changes and updates the prometheus exporter. ## Related issues Related: https://github.com/open-telemetry/opentelemetry-go/issues/7039 ## User Explanation <!-- How would you explain this change to the user? If this change doesn't create any user-facing changes, you can leave this blank. If filled out, add the `docs` label --> ## Checklist - [x] reference any related issues - [ ] updated unit tests - [x] add appropriate label (`enhancement`, `bug`, `breaking`, `dependencies`, `ci`) - [x] ready for review |
||
---|---|---|
.. | ||
atomicutil | ||
authenticateflow | ||
autocert | ||
benchmarks | ||
chanutil | ||
contextkeys | ||
controlplane | ||
databroker | ||
deterministicecdsa | ||
enabler | ||
encoding | ||
errgrouputil | ||
events | ||
fileutil | ||
handlers | ||
hashutil | ||
headertemplate | ||
httputil | ||
jsonrpc | ||
jwtutil | ||
log | ||
mcp | ||
middleware | ||
oauth21 | ||
registry | ||
retry | ||
rfc7591 | ||
scheduler | ||
sessions | ||
sets | ||
signal | ||
syncutil | ||
telemetry | ||
testenv | ||
tests/xdserr | ||
testutil | ||
tripper | ||
urlutil | ||
version | ||
zero |