Environment
- Telemetry Streaming Version: 1.37.0
- BIG-IP Version: 17.1.2 0.0.8
Summary
TS is not polling device-level metrics such as HA status and device information. In raptor dashboard we are unable to see device level metrics.
Steps To Reproduce
Steps to reproduce the behavior:
- Submit the following declaration:
{
"class": "Telemetry",
"Telemetry_Listener": {
"class": "Telemetry_Listener",
"port": 6514
},
"Telemetry_Poller": {
"class": "Telemetry_System_Poller",
"interval": 60,
"enable": true,
"trace": false,
"allowSelfSignedCert": true,
"host": "localhost",
"port": 443,
"protocol": "https"
},
"My_Pull_Consumer": {
"class": "Telemetry_Pull_Consumer",
"type": "Prometheus",
"systemPoller": "Telemetry_Poller"
}
}
- Observe the following error response:
{
"code": 200,
"message": "success"
}
Expected Behavior
Need to see device version and sync status etc
Actual Behavior
But it's not polling in raptor dashboard.
Environment
Summary
TS is not polling device-level metrics such as HA status and device information. In raptor dashboard we are unable to see device level metrics.
Steps To Reproduce
Steps to reproduce the behavior:
{ "class": "Telemetry", "Telemetry_Listener": { "class": "Telemetry_Listener", "port": 6514 }, "Telemetry_Poller": { "class": "Telemetry_System_Poller", "interval": 60, "enable": true, "trace": false, "allowSelfSignedCert": true, "host": "localhost", "port": 443, "protocol": "https" }, "My_Pull_Consumer": { "class": "Telemetry_Pull_Consumer", "type": "Prometheus", "systemPoller": "Telemetry_Poller" } }{ "code": 200, "message": "success" }Expected Behavior
Need to see device version and sync status etc
Actual Behavior
But it's not polling in raptor dashboard.