Skip to content

Force a label value not to be in scientific notation #367

Open
@ThomasDalla

Description

@ThomasDalla

Is there a way to force the labels to be in String format?

{
  "id": 1655371,
  "value": 1.0338218390804599
}

This becomes:
my_metric{id="1.655371e+06"} 1.0338218390804599

When I would like:
my_metric{id="1655371"} 1.0338218390804599

Is there a way to force the label not to be in scientific notation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions