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.1k stars 1.15k forks source link

Allow to change column units for formula output #5504

Closed cmartell-at-ocp closed 3 weeks ago

cmartell-at-ocp commented 1 month ago

Is your feature request related to a problem?

Yes

Describe the solution you'd like

It would be nice if we were able to change the column units for formula outputs when using a Table panel. At the moment, it is only possible to change the units for queries (e.g. A, B, C) but not of formulas (e.g. F1, F2)

Describe alternatives you've considered

N/A

Additional context

In my case, I need to multiply the output of my query A by 1000 (to convert unix timestamp in seconds to milliseconds), but I'm then unable to change the unit of my formula output to Datetime.

image

Vivekcoder43 commented 1 month ago

Add Unit Customization for Formulas:

Extend the existing unit customization functionality to include formula outputs. This would allow users to set the appropriate units for any calculated values in the Table panel.

ankitnayan commented 3 weeks ago

https://github.com/SigNoz/signoz/pull/5638