Federico Torres

Results 4 issues of Federico Torres

Adds UTF-8 support for metric and label names. These changes are based on the work done on the Prometheus common libraries [here](https://github.com/prometheus/common/pull/537) and [here](https://github.com/prometheus/common/pull/570) - The `prometheus-metrics-exposition-formats` module will use...

As part of the [initiative for adding UTF-8 support to Prometheus](https://github.com/prometheus/prometheus/issues/13095), this PR brings UTF-8 support for metric and label names as described in [this proposal](https://github.com/prometheus/proposals/blob/main/proposals/2023-08-21-utf8.md) (for example: `{"metric.name", "label.name"="value"}`....

Adds UTF-8 support for metric and label names. These changes are based on the work done on the Prometheus common libraries [here](https://github.com/prometheus/common/pull/537) and [here](https://github.com/prometheus/common/pull/570) - The `prometheus-metrics-exposition-formats` module will use...

Adds UTF-8 support for metric and label names. Addresses https://github.com/prometheus/client_rust/issues/190. These changes are based on the work done on the Prometheus common libraries https://github.com/prometheus/common/pull/537 and https://github.com/prometheus/common/pull/570 - Encoders will use...