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

Commit

Permalink
doc: correct prometheus exporter description in README (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin committed Sep 6, 2018
1 parent 209beba commit 62e3a6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/opencensus-exporter-prometheus/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# OpenCensus Prometheus Exporter for Node.js
[![Gitter chat][gitter-image]][gitter-url]

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

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

## Installation

Expand Down Expand Up @@ -48,9 +48,9 @@ tracing.registerExporter(exporter).start();
```

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

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

0 comments on commit 62e3a6c

Please sign in to comment.