We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31d671b + d0cf20f commit 54062b7Copy full SHA for 54062b7
README.md
@@ -329,7 +329,7 @@ This is intended for advanced use cases where you have servers
329
exposing Prometheus metrics and need to get them into some other
330
system.
331
332
-```
+```python
333
from prometheus_client.parser import text_string_to_metric_families
334
for family in text_string_to_metric_families("my_gauge 1.0\n"):
335
for sample in family.samples:
0 commit comments