1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00
Files
opentelemetry-go/semconv/v1.34.0
Tyler Yahn e25861aa7b Fix semconv instrument types (#6837)
- The instrument type for `goconv.MemoryUsed` need to be an
`Int64ObservableUpDownCounter`, not an `Int64ObservableCounter`
[according to semantic
conventions](ca0c5ada95/docs/runtime/go-metrics.md (metric-gomemoryused))
- The instrument type for `systemconv.MemoryUsage` need to be an
`Int64ObservableUpDownCounter`, not an `Int64ObservableGauge` [according
to semantic
conventions](ca0c5ada95/docs/system/system-metrics.md (metric-systemmemoryusage))

All other [metric instrument type
overrides](6e90db55ca/semconv/weaver.yaml (L70-L83))
have be verified.
2025-05-28 11:25:40 -07:00
..
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00
2025-05-23 13:19:20 -07:00

Semconv v1.34.0

PkgGoDev