Address review comments

Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
This commit is contained in:
Julien Pivotto 2023-03-21 13:50:48 +01:00
parent 842ab019ed
commit 67f48f47c7

View file

@ -9,7 +9,7 @@ structure for labels that uses a single string to hold all the label/values,
resulting in a smaller heap size and some speedups in most cases. We would like
to encourage users who are interested in these improvements to help us measure
the gains on their production architecture. We are providing release artefacts
2.43.0+stringlabels and docker images tagged v2.43.0-stringlabels with those
`2.43.0+stringlabels` and Docker images tagged `v2.43.0-stringlabels` with those
improvements for testing. #10991
* [FEATURE] Promtool: Add HTTP client configuration to query commands. #11487