GoshPosh / grafana-meta-queries

Grafana plugin for calculating time period metrics like week over week, month over month and year over year etc.
Apache License 2.0
285 stars 71 forks source link

Logarithm of datapoint #100

Closed NightDragon1 closed 4 years ago

NightDragon1 commented 4 years ago

Hi!

I would like to calculate the logarithm (ln, base Math.E) of a number. Any chance to get something like this in Meta Queries?

Thanks, BR, Rob

Gauravshah commented 4 years ago

you should be able to use Math.log(A['something'])

NightDragon1 commented 4 years ago

Thank you!! That solved my issue.

BR, Rob