newrelic / nr1-neon

NR1 Neon allows you to create a status board based on New Relic alert statuses or event values.
https://discuss.newrelic.com/t/neon-alerting-nerdpack/83272
Apache License 2.0
3 stars 14 forks source link

No/Blank result with new relic attribute on custom insights events #38

Open ajkumar-mms opened 4 years ago

ajkumar-mms commented 4 years ago

NRQL result image

the query returns the value as 0 and I am using New Relic Attribute feature to display the status of the app as red when 0 and green when 1. image

I am seeing blank blocks regardless of the value of the attribute from the event. Double checked the event on both places, attribute value, time picker window etc. image

Would appreciate any help!

dulcineapena1 commented 4 years ago

@ajkumar-mms I have tried to replicate your issue, but I got a '0' instead of a blank space as you mention. It could be that the return result is 'null', so that is why you are getting a blank space.

See my example below.

My Nrql: SELECT sum(cpuIOWaitPercent) FROM SystemSample

issue_neon_2

issue_neon_1

Update: I got the error now, but I'm not sure in which cases appear... I will fork the repo and try to solve it

danielgolden commented 4 years ago

@glitton This is an interesting issue. Any thoughts here?

glitton commented 4 years ago

Will take a look at it. I also have been in contact with the other developer and will respond to her in a week.