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
Telemetry sinks are only initialized when both api.enabled = true and telemetry.enabled = true and only in startInProcess mode (with tendermint in process). See the flow:
Summary of Bug
Telemetry sinks are only initialized when both
api.enabled = true
andtelemetry.enabled = true
and only instartInProcess
mode (with tendermint in process). See the flow:Expected: Telemetry should be correctly initialized when
telemetry.enabled = true
even whenapi.enabled = false
Version
3283617, v0.46-rc1
Steps to Reproduce
Start an app with telemetry enabled and api disabled. Add some logs to check that telemetry is not enabled.
For Admin Use
The text was updated successfully, but these errors were encountered: