8000 Update README.md · rwky/client_python@6503ea3 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6503ea3

Browse files
kfpFredCodersLive
authored andcommitted
Update README.md
Add reference to InfoMetricFamily for custom collectors. Signed-off-by: Elliott Sperlazza <design@sperlazzasaurus.com>
1 parent fdd741c commit 6503ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ class CustomCollector(object):
468468
REGISTRY.register(CustomCollector())
469469
```
470470

471-
`SummaryMetricFamily` and `HistogramMetricFamily` work similarly.
471+
`SummaryMetricFamily`, `HistogramMetricFamily` and `InfoMetricFamily` work similarly.
472472

473473
A collector may implement a `describe` method which returns metrics in the same
474474
format as `collect` (though you don't have to include the samples). This is

0 commit comments

Comments
 (0)
0