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

Failed to add custom perfmon counters #37

Open
oferpld opened this issue Mar 7, 2022 · 0 comments
Open

Failed to add custom perfmon counters #37

oferpld opened this issue Mar 7, 2022 · 0 comments

Comments

@oferpld
Copy link

oferpld commented Mar 7, 2022

nri-perfmon.zip

Hi guys,

Attached our perfmon files from one of our windows hosts.
We try to add custom performance counters to our NR account, without any luck though.

Below is "GRT.Core.GeoService" configuration in config.json without results in NR query (see below it):

{
"provider": "GRT.Services",
"category": "GRT.Core.GeoService",
"counters": [
{
"counter": "AverageGoogleProcessingTime"
},
{
"counter": "AverageQueueWaitTime"
},
{
"counter": "GoogleRequestsSent"
},
{
"counter": "GoogleRequestsSentPerSecond"
},
{
"counter": "QueuedRequests"
},
{
"counter": "RequestsFailedAndWillBeRetried"
},
{
"counter": "RequestsPermanentlyFailed"
},
{
"counter": "RequestsRetryLimitReached"
},
{
"counter": "RequestsSucceeded"
},
{
"counter": "RequestsSucceededPerSecond"
},
{
"counter": "RequestsWaitingForResponse"
},
]
},

I find no evidence for GRT.Core.GeoService:

image

Good reference: Below is ASPNET configuration in config.json and results in NR query:

{
  "provider": "ASPNET",
  "category": "ASPNETApplications",
  "counters": [
    {
      "counter": "ErrorsTotal"
    },
    {
      "counter": "RequestsPerSec"
    }
  ]
},

image

Kindly advise what might be missing.

Thanks in advance,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant