Skip to content

Document reactor-core-micrometer policy on registered metrics #4271

Description

@chemicL

All metrics created via reactor-core-micrometer are long-lived and are not deregistered. Despite reactive pipelines being potentially short lived, the repeated creation of pipelines with the same name lends itself to holding the metrics in memory for the lifetime of the app. While this is a regular practice, it is worth documented so users are not surprised and can plan accordingly or deregister metrics by hand if they no longer wish to hold these registrations in memory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions