Hello!
I am using Grafana 10.0.3 OSS version on Debian 11 and trying to enable addFieldFromCalculationStatFunctions feature.
For some reason, it appears it does not pick new config entries as the feature is not enabling and I do not see any info in the logs related to the enablement. What I can check to see what am I doing wrong?
Thanks!
conf file location: /etc/grafana/grafana.ini
entry:
[feature_toggles]
enable = addFieldFromCalculationStatFunctions
Are you sure that’s available in your old Grafana version? Pls check doc/release notes.
According to this page, it should be available - Configure feature toggles | Grafana documentation
On a side note, I’ve tried enabling some other features but it appears this config block does not trigger any changes at all…
please share the changes you implemented in the ini?
That is doc for 10.3.X - Configure feature toggles | Grafana documentation
You have 10.0.3 as you mentioned, so you must use the doc for your version Configure feature toggles | Grafana documentation (please note version in the URL)
That 10.0.X doc doesn’t mention addFieldFromCalculationStatFunctions
=> your old version doesn’t support it.
Thank you very much!
It’s indeed this 10.3/10.0.3 version issue.
I will commit to a better sleeping schedule:)