Skip to content

Add custom tags to micronaut metrics #779

@Dbasdeo

Description

@Dbasdeo

Feature description

We have been trying to add custom tags to metrics and it is proving to be very difficult.

We would like to add a custom tag to timing metrics like server request timers and client request timers in order to associate data in a way that makes our graphs easier to read.

The only solution we have come up with so far is to disable the metric, pull out the code for the metrics and add a line for our metric.

It would be much easier if we could:

  • easily add custom tags to metrics
  • extend metrics classes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions