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

Not working with percentile attributes #39

Open dulcineapena1 opened 4 years ago

dulcineapena1 commented 4 years ago

Description

I have read the instructions and help docs about Neon, but I think you should be able to create alerts with percentiles attributes, for example, median(cpuIdlePercent).

But when you try to set this attribute name you get a blank space in the corresponding cell.

Steps to Reproduce

You will see a blank space as result in the cell instead of the alert or value.

Expected Behaviour

Get the result as it would be any other attribute value. Not a blank space.

Relevant Logs / Console output

issue_neon_6

Your Environment

Additional context

I would do my Pull Request releated to this issue.

glitton commented 4 years ago

Thank you for this info. I will take a look

On Thu, Jul 2, 2020 at 5:23 PM Dulcinea Peña notifications@github.com wrote:

Description

I have read the instructions and help docs about Neon, but I think you should be able to create alerts with percentiles attributes, for example, median(cpuIdlePercent) .

But when you try to set this attribute name you get a blank space in the corresponding cell. Steps to Reproduce

  • Add a board and on it, click in setup board.
  • Add rows, columns.
  • Add cells. In Select data type, select New Relic Attribute.
  • Type a Attribute Name related with percentiles. For example median(cpuIdlePercent) or percentile(cpuIdlePercent)
  • Click button Add.

You will see a blank space as result in the cell instead of the alert or value. Expected Behaviour

Get the result as it would be any other attribute value. Not a blank space. Relevant Logs / Console output

[image: issue_neon_6] https://user-images.githubusercontent.com/38174486/86419339-65f7a200-bc98-11ea-9765-39cd19a39e92.png Your Environment

  • NR1 CLI version used: @datanerd/nr1/1.22.2 linux-x64 node-v10.16.3
  • Browser name and version: Chrome Versión 77.0.3865.75 (Build oficial) (64 bits)
  • Operating System and version: Ubuntu 18.04.3 LTS 64 Bits

Additional context

I would do my Pull Request releated to this issue.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/newrelic/nr1-neon/issues/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE7M4OA7HNV7ZEYT3MTLOL3RZUQGNANCNFSM4OPLBC5A .

dulcineapena1 commented 4 years ago

@glitton Thanks a lot. I liked this nerdpack, so I did a Pull Request with some changes as you can see attached here. I will wait for your comments.