You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users of the platform to generate time series from their Nautobot instance. In the end this could troubleshoot and get more insight of their Nautobot platform.
The text was updated successfully, but these errors were encountered:
Environment
metrics.py
support)Proposed Functionality
Expose Prometheus metrics for this app. Examples:
Get Value Secrets Total and Errors
Providers like
AWS
haveget_value_secrets
method which could expose metrics for its gets and its errors:nautobot_secrets_provider_get_value_secrets_total{provider="aws"} 27.0
nautobot_secrets_provider_get_value_secrets_errors_total{provider="aws", error_code="DecryptionFailureException"} 2.0
These are just a few examples.
Use Case
Allow users of the platform to generate time series from their Nautobot instance. In the end this could troubleshoot and get more insight of their Nautobot platform.
The text was updated successfully, but these errors were encountered: