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

Cannot get pluging to work using Graphite source #125

Open liiight opened 3 years ago

liiight commented 3 years ago

I have looked at other issues and saw an issue with Prometheus #94, so it may be very similar to that. If it is, I'll close. This is what I have:

image

Regardless of what I try, I cannot seem to access data from A nor B.

Gauravshah commented 3 years ago

Can you try a table visualisation and send screenshots. That makes it easier to debug

liiight commented 3 years ago

I cannot seem to get all field in a single view, only via dropdown for some reason... So here are the image(s): image image image

Gauravshah commented 3 years ago

Can you do a transform and outer join in that. That should get everything to one view and confirm if there any time differences.

On Sun, 14 Feb 2021 at 7:45 PM, Or Carmi notifications@github.com wrote:

I cannot seem to get all field in a single view, only via dropdown for some reason... So here are the image(s): [image: image] https://user-images.githubusercontent.com/4374581/107879139-ca8e0700-6edf-11eb-89ae-0249d71f2801.png [image: image] https://user-images.githubusercontent.com/4374581/107879145-d5e13280-6edf-11eb-93a2-4f6a2fa0e54a.png [image: image] https://user-images.githubusercontent.com/4374581/107879150-db3e7d00-6edf-11eb-89fe-766d36e8cdcb.png

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/GoshPosh/grafana-meta-queries/issues/125#issuecomment-778783901, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEXQD5AUCWY5PGTN7WJSXDS67LJ5ANCNFSM4XTCPSKA .

liiight commented 3 years ago

There seem to be an issue with the Grafana version installed at my work place and any transformation I try to do crashes... Is there any other way I can provide additional information?

Gauravshah commented 3 years ago

I think there is an issue with the times. Try using only A[“start”]. And then same with B. Try adding JS conditions to division check.

On Mon, 15 Feb 2021 at 12:50 PM, Or Carmi notifications@github.com wrote:

There seem to be an issue with the Grafana version installed at my work place and any transformation I try to do crashes... Is there any other way I can provide additional information?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/GoshPosh/grafana-meta-queries/issues/125#issuecomment-779007555, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEXQD52BQZSJQQL4WJKGD3S7DDL7ANCNFSM4XTCPSKA .

liiight commented 3 years ago

Same result when using A[“start”] or B[“start”]: image

Try adding JS conditions to division check.

I'm not sure what you mean by this

Gauravshah commented 3 years ago

I am not sure what the issue is. Grafana 7.4 doesn’t work on a separate note

On Mon, 15 Feb 2021 at 1:00 PM, Or Carmi notifications@github.com wrote:

Same result when using A[“start”] or B[“start”]: [image: image] https://user-images.githubusercontent.com/4374581/107917277-564f7400-6f70-11eb-9405-b5f7fba508ee.png

Try adding JS conditions to division check.

I'm not sure what you mean by this

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/GoshPosh/grafana-meta-queries/issues/125#issuecomment-779013080, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEXQD245LHHHRSOR2T2H2LS7DERVANCNFSM4XTCPSKA .

liiight commented 3 years ago

It's Grafana 7.0.2

liiight commented 3 years ago

I get lots of these errors in the console, not sure if it's relevant or not: image

asaf400 commented 1 year ago

https://github.com/GoshPosh/grafana-meta-queries/issues/155