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
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
..
2024-04-23 17:29:17 +02:00
2024-10-20 07:50:39 -07:00
2025-02-04 07:52:00 -08:00
2025-05-20 10:33:50 -07:00
2025-01-31 06:51:07 -08:00
2025-05-23 13:19:20 -07:00
2025-05-20 10:33:50 -07:00
2025-05-20 10:33:50 -07:00
2024-03-26 20:13:54 +01:00

Semconv

PkgGoDev