Open
Description
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
Labels
No labels