Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ajkumar-mms opened this issue Jun 5, 2020 · 3 comments
Open
Labels
bug Something isn't working

Comments

@ajkumar-mms
Copy link

ajkumar-mms commented Jun 5, 2020

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!

@ajkumar-mms ajkumar-mms added the bug Something isn't working label Jun 5, 2020
@dulcineapena1
Copy link

dulcineapena1 commented Jun 30, 2020

@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
Copy link
Contributor

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

@glitton
Copy link
Contributor

glitton commented Aug 19, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants