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
This issue follows #1927 and #2172 to display metrics in the Observability Metrics page.
What is the bug?
In the Observability Metrics page, displayed metrics are filtered to HISTOGRAM.
Perhaps not a bug but user is not alerted that page is filtered to histograms.
How can one reproduce the bug?
Steps to reproduce the behavior:
Go to the Observability Metrics page
Select OpenTelemetry as Metrics source
Select the ss4o_metrics-* index as Otel Index
Only histogram metrics are displayed :
Debug
Looking at the code to find the origin of the 500 error of #2172 , I saw this query filtered to kind HISTOGRAM.
What is the expected behavior?
All metrics should be displayed.
At least, something should indicate that only histogram metrics are displayed.
I'm quite new to the vast telemetry world, so I'm not sure to clearly understand all the ideas, philosophies, dependencies and so on, so why other kind of metrics (GAUGE, COUNTERS...) are not displayed ?
Is it clearly intended for the Observability Metrics page, or would it be added in a future release ? Would it ever make sense to add other metrics kinds ?
To go further in the understanding, does it mean the software under monitoring must provide its own histograms ?
What is your host/environment?
Deployed with Docker images
OpenSearch Dashboards 2.17.1
OpenSearch Data Prepper 2.10.1
The text was updated successfully, but these errors were encountered:
This issue follows #1927 and #2172 to display metrics in the Observability Metrics page.
What is the bug?
In the Observability Metrics page, displayed metrics are filtered to HISTOGRAM.
Perhaps not a bug but user is not alerted that page is filtered to histograms.
How can one reproduce the bug?
Steps to reproduce the behavior:
Debug
Looking at the code to find the origin of the 500 error of #2172 , I saw this query filtered to kind HISTOGRAM.
What is the expected behavior?
All metrics should be displayed.
At least, something should indicate that only histogram metrics are displayed.
I'm quite new to the vast telemetry world, so I'm not sure to clearly understand all the ideas, philosophies, dependencies and so on, so why other kind of metrics (GAUGE, COUNTERS...) are not displayed ?
Is it clearly intended for the Observability Metrics page, or would it be added in a future release ? Would it ever make sense to add other metrics kinds ?
To go further in the understanding, does it mean the software under monitoring must provide its own histograms ?
What is your host/environment?
Deployed with Docker images
OpenSearch Dashboards 2.17.1
OpenSearch Data Prepper 2.10.1
The text was updated successfully, but these errors were encountered: