TritonDataCenter / containerpilot

A service for autodiscovery and configuration of applications running in containers
Mozilla Public License 2.0
1.12k stars 136 forks source link

Prevent overzealous collection of Metric events through Prometheus #538

Closed jwreagor closed 6 years ago

jwreagor commented 6 years ago

Ref: #536

This prevents Metric events from being collected by the event bus Prometheus collector. This removes the issue where any number of unique values hitting a counter or gauge could be recorded as unique Metric events. This would eventually cause the endpoint to get sluggish from so many unique events.