Skip to content

Commit

Permalink
Merge pull request #617 from kfp/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
csmarchbanks authored Feb 4, 2021
2 parents fdd741c + 6503ea3 commit 83f359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ class CustomCollector(object):
REGISTRY.register(CustomCollector())
```

`SummaryMetricFamily` and `HistogramMetricFamily` work similarly.
`SummaryMetricFamily`, `HistogramMetricFamily` and `InfoMetricFamily` work similarly.

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

0 comments on commit 83f359b

Please sign in to comment.