cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Machine Agent HTTP Listener Not Registering New Metrics

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
}
]

2 REPLIES 2

Ryan.Paredez
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 


Thanks,

Ryan, Cisco AppDynamics Community Manager




Found something helpful? Click the Accept as Solution button to help others find answers faster.

Liked something? Click the Thumbs Up button.



Check out Observabiity in Action

new deep dive videos weekly in the Knowledge Base.

Nawaz Ali.Mohammad
AppDynamics Team

Hello Fernando,

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

Ask the Experts Session: Hybrid Application Monitoring Deployment

Join us on Feb 26 to explore Splunk AppDynamics deployment strategies, SaaS models, agent rollout plans, and expert best practices.


Register Now

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here