Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New relic not acknowledging metric data

I am sending the following json:

{
  "components": [
    {
      "guid": "com.mycompany.MyPlugin",
      "duration": 60,
      "metrics": {
        "Component/Memory/Heap Used[bytes]": 146990608,
        "Component/Processor/GC[percent]": 0.5555555555555556,
        "Component/Memory/Heap Max[bytes]": 39387136,
        "Component/Processor/CPU[percent]": 66.66666666666667,
        "Component/Memory/Heap Committed[bytes]": 279714288
      },
      "name": "MyPlugin"
    }
  ],
  "agent": {
    "host": "host",
    "pid": 0,
    "version": "1.0.0"
  }
}

The Component/Memory/* metrics are properly recognized by new relic and i am able to create dashboards.

But, the Component/Processor/* metrics dont seem to acknowledged at all. I cant see them in the dropdown list of metric names when i create a new dashboard and even typing the name manually doesn't work since new relic says no such metric exists.

like image 309
pdeva Avatar asked Jan 30 '26 16:01

pdeva


1 Answers

It is recommended that GUID values be all lower case. At present GUIDs with differing case are treated as unique.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!