nautobot/nautobot-plugin-ssot-infoblox

Prometheus Metrics

jdrew82 opened this issue · 0 comments

Environment

  • Nautobot version: 1.5.13 (to get metrics.py support)
  • nautobot-plugin-telegraf version: latest

Proposed Functionality

Expose Prometheus metrics for this app. Examples:

nautobot_telegraf_device_groups{site="nyc", type="arista"} 10.0
nautobot_telegraf_monitored_devices{device_role="cisco", site="nyc"} 300

Further metrics could be useful, these are just examples I was able to think of.

Use Case

Allow users of the platform to generate time series from their Nautobot instance. In the end this could for example lead to creation of NOC dashboards or alerting based on this data.