You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/opencensus-exporter-prometheus/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
-
# OpenCensus Prometheus Exporter for Node.js
1
+
# OpenCensus Prometheus Stats Exporter
2
2
[![Gitter chat][gitter-image]][gitter-url]![Node Version][node-img][![NPM Published Version][npm-img]][npm-url]![dependencies Status][dependencies-status]![devDependencies Status][devdependencies-status]![Apache License][license-image]
3
3
4
-
The OpenCensus Prometheus Exporter allows the user to send collected stats with [OpenCensus Core](https://github.com/census-instrumentation/opencensus-core) to Prometheus.
4
+
The OpenCensus Prometheus Stats Exporter allows the user to send collected stats with [OpenCensus Core](https://github.com/census-instrumentation/opencensus-core) to Prometheus.
5
+
6
+
[Prometheus](https://prometheus.io/) is a monitoring system that collects metrics, by scraping exposed endpoints at regular intervals, evaluating rule expressions. It can also trigger alerts if certain conditions are met. For assistance setting up Prometheus, [Click here](https://opencensus.io/codelabs/prometheus/#0) for a guided codelab.
5
7
6
8
This package is still at an early stage of development, and is subject to change.
0 commit comments