Skip to content

Unable to get device level metrics using Streaming Telemetry for Prometheus #283

@sravanthibollu

Description

@sravanthibollu

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:

  1. 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"
    }
   }
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinguntriagedIssue needs to be reviewed for validity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions