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

Commit 62e3a6c

Browse files
authored
doc: correct prometheus exporter description in README (#121)
1 parent 209beba commit 62e3a6c

File tree

1 file changed

+4
-4
lines changed
  • packages/opencensus-exporter-prometheus

1 file changed

+4
-4
lines changed

packages/opencensus-exporter-prometheus/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# OpenCensus Prometheus Exporter for Node.js
22
[![Gitter chat][gitter-image]][gitter-url]
33

4-
OpenCensus Prometheus Exporter allows the user to send collected traces with [OpenCensus Node.js](https://github.com/census-instrumentation/opencensus-node) to Prometheus.
4+
The OpenCensus Prometheus Exporter allows the user to send collected stats with [OpenCensus Node.js](https://github.com/census-instrumentation/opencensus-node) to Prometheus.
55

6-
This project is still at an early stage of development. It's subject to change.
6+
This package is still at an early stage of development, and is subject to change.
77

88
## Installation
99

@@ -48,9 +48,9 @@ tracing.registerExporter(exporter).start();
4848
```
4949

5050
## Useful links
51-
- To know more about Prometheus, visit: <https://prometheus.io/>
51+
- To learn more about Prometheus, visit: <https://prometheus.io/>
5252
- For more information on OpenCensus, visit: <https://opencensus.io/>
53-
- To checkout the OpenCensus for Node.js, visit: <https://github.com/census-instrumentation/opencensus-node>
53+
- To checkout OpenCensus for Node.js, visit: <https://github.com/census-instrumentation/opencensus-node>
5454
- For help or feedback on this project, join us on [gitter](https://gitter.im/census-instrumentation/Lobby)
5555

5656
[gitter-image]: https://badges.gitter.im/census-instrumentation/lobby.svg

0 commit comments

Comments
 (0)