We need to change the tooltip in src/editors/query/query.computedColumns.tsx from Computed columns will be computed after the columns computed to Computed columns let you create new fields that calculate their values based on your existing data.
In docs https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/query/backend/#computed-fields we should rename Computed fields to Computed columns. Also in https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/query/jq-backend/#computed-fields.
We should also expand the docs with available operations https://pkg.go.dev/gopkg.in/Knetic/govaluate.v3@v3.0.0#readme-what-operators-and-types-does-this-support
We need to change the tooltip in
src/editors/query/query.computedColumns.tsxfromComputed columns will be computed after the columns computedtoComputed columns let you create new fields that calculate their values based on your existing data.In docs https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/query/backend/#computed-fields we should rename
Computed fieldstoComputed columns. Also in https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/query/jq-backend/#computed-fields.We should also expand the docs with available operations https://pkg.go.dev/gopkg.in/Knetic/govaluate.v3@v3.0.0#readme-what-operators-and-types-does-this-support