DataDog / integrations-extras

Community developed integrations and plugins for the Datadog Agent.
BSD 3-Clause "New" or "Revised" License
244 stars 701 forks source link

PureFB does not scrape 'clients' instruments #2413

Closed chrroberts-pure closed 2 days ago

chrroberts-pure commented 1 month ago

You can assign this to me, as I'll be updating the PureFB integration.

Additional environment details (Operating System, Cloud provider, etc):

Pure FlashBlade with any Datadog agent

Steps to reproduce the issue: Add the /clients endpoint to the purefa datadog configuration

Describe the results you received:

no metrics in Datadog

Describe the results you expected:

client metrics into datadog

purefb.clients.performance_average_bytes
purefb.clients.performance_bandwidth_bytes
purefb.clients.performance_latency_usec
purefb.clients.performance_throughput_iops

Additional information you deem important (e.g. issue happens only occasionally):

The metrics above are not listed correctly in https://github.com/DataDog/integrations-extras/blob/master/purefb/metadata.csv , and https://github.com/DataDog/integrations-extras/blob/master/purefb/datadog_checks/purefb/metrics.py - as they're under the array instrument, and not the clients instrument.