Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Plugin not working properly in grafana 4.X #26

Open
devaudio opened this issue May 11, 2017 · 3 comments
Open

Plugin not working properly in grafana 4.X #26

devaudio opened this issue May 11, 2017 · 3 comments

Comments

@devaudio
Copy link

devaudio commented May 11, 2017

It pulls 'raw' data fine, but if you try and apply an aggregator or a transformation:

(1) It selects BOTH if you choose either one, automatically, and they MUST be the same
(2) It does't work, anyways, with the javascript error:

this.datasource.convertToChronixInterval is not a function. (In 'this.datasource.convertToChronixInterval(this.target.horAggregator.samplingRate)', 'this.datasource.convertToChronixInterval' is undefined)

Tried both git clone, and then also building from src

building from src, had to change .contains to .includes, due to upstream changes in node libraries

@FlorianLautenschlager
Copy link
Member

So the chronix.grafana plug-in is currently in WIP.
I talked to our javascript guy (he has lots on his plate) but we will try to make a beta release soon.

@defaude
Copy link
Contributor

defaude commented May 22, 2017

@devaudio do you actively use aggregations and/or transformations? chronix.grafana does not support it at all at this moment (and it was more of a bug that it showed up in the config screen after all...).

=> If you really want aggregations and/or transformations, let us know. Otherwise, I'd just remove the options from the config screen (for now).

defaude added a commit that referenced this issue May 22, 2017
@devaudio
Copy link
Author

heh i wanted to use them, because i have aggregation points with duplicate tags, but i won't throw a wrench into anything that gets it working smoothly for 4.X--- i'll suggest features after that is all finished

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants