-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Closed
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: enhancementA general enhancementA general enhancement
Description
Most monitoring systems we have support for are push based and some of them will prevent the context to start if an API token (or account id) is not configured.
Each of them have a .enabled
property that can be used to disable that check (and the export of metrics for it. It would be nice if we had a monitoring agnostic way of doing this, while still allowing the metrics to be asserted in memory.
@AutoConfigureMetrics
comes to mind. I don't know if that would be similar to @AutoConfigureCache
but something that makes sure metrics are only exported in memory would be quite convenient, I suspect.
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: enhancementA general enhancementA general enhancement