SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
18.95k stars 1.24k forks source link

Logarithmic value axis on Time Series #6207

Open asgeirn opened 1 week ago

asgeirn commented 1 week ago

Is your feature request related to a problem?

Producing plots of JVM memory pools could be made easier to use by supporting a logarithmic scale. While it is possible to apply functions to the query, the consequence is that the numbers on the value axis as well as the hover no longer make sense.

Describe the solution you'd like

Kibana supports configuring the vertical axis as logarithmic, and both the mouse-overs and legends now show actual values.

Describe alternatives you've considered

Applying the Log2 function to the data and adding explanations to the graph.

Additional context

Linear scale:

image

Log2 scale:

image

Kibana with log scale:

image

Thank you for your feature request – we love each and every one!

welcome[bot] commented 1 week ago

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.