Events

t3_prometheus_client provides a set of PSR-14 events that can be used to hook into the extension and modify its behavior. Current Events are:

  • BeforeMetricsRenderedEvent: Allows to modify the set of rendered metrics

[WIP]