Splunk AppDynamics

Machine Agent HTTP Listener Not Registering New Metrics

Fernando_Piccoz
Engager

Hi, 

I am trying to send metrics to the controller using Machine Agent HTTP Listener but the agent is discarding the metrics since it is unregistered. Do I have to register it manually?


$URL = "http://localhost:9999"
$Endpoint = "/api/v1/metrics"
$URLFull = "$URL$Endpoint"
$JSON = ConvertTo-Json @(@{"metricName"="Custom Metrics|DFSR Backlog" + "|CommonData|" + $thishost;"aggregatorType"="OBSERVATION";"value"=$backlog_count})
Write-Output $JSON
$JSONHeaders = @{
"Content-Type"="application/json"
"Media-Type"="application/json"
"Accept"="application/json"}

$SendMetric = Invoke-RestMethod -Method Post -Uri $URLFull -Headers $JSONHeaders -Body $JSON

This is the JSON that is being passed:

[
{
"aggregatorType": "OBSERVATION",
"metricName": "Custom Metrics|DFSR Backlog|CommonData|SERVER1",
"value": -1
}
]

Labels (1)
0 Karma

Nawaz_Ali_Moha1
Contributor

Hello Fernando,

To troubleshoot missing custom metrics, please go through the steps in the Extensions Troubleshooting Document.

0 Karma

iamryan
Community Manager
Community Manager

Hi @Fernando.Piccozzi,

There is an existing Community post that seems to be similar. Plase check it out and see if it is able to provide any help or insight.

Cannot Register Machine agent to an application 

0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...