You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meter.AsyncFloat64().Counter acts like gauge so async approach i cant use(do not have counter)
meter.SyncFloat64() do not have gauge so i can not use sync approach
meter.AsyncFloat64().Counter acts like gauge so async approach i cant use(do not have counter)
meter.SyncFloat64() do not have gauge so i can not use sync approach
in this examaple
opentelemetry-go/example/prometheus/main.go
Line 61 in d7b3115
meter.SyncFloat64().UpDownCounter called gauge but
meter.SyncFloat64().UpDownCounter acts like counter
i feel there is some mistake here or too confusing and need some clarification
The text was updated successfully, but these errors were encountered: