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 fdd741c + 6503ea3 commit 83f359bCopy full SHA for 83f359b
README.md
@@ -468,7 +468,7 @@ class CustomCollector(object):
468
REGISTRY.register(CustomCollector())
469
```
470
471
-`SummaryMetricFamily` and `HistogramMetricFamily` work similarly.
+`SummaryMetricFamily`, `HistogramMetricFamily` and `InfoMetricFamily` work similarly.
472
473
A collector may implement a `describe` method which returns metrics in the same
474
format as `collect` (though you don't have to include the samples). This is
0 commit comments