Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 9bbda4b

Browse files
StevenYCChoug-easy
authored andcommitted
Fix typo in Prometheus Stats Exporter's README (#253)
1 parent 019cfeb commit 9bbda4b

File tree

1 file changed

+1
-1
lines changed
  • opencensus/exporters/stats/prometheus

1 file changed

+1
-1
lines changed

opencensus/exporters/stats/prometheus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tools in the Prometheus client library:
4949
...
5050
5151
opencensus::exporters::stats::PrometheusExporter exporter;
52-
prometheus::TextSerializer::TextSerializer serializer;
52+
prometheus::TextSerializer serializer;
5353
5454
const std::vector<io::prometheus::client::MetricFamily> metrics =
5555
exporter.Collect();

0 commit comments

Comments
 (0)