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.
[![Gitter chat][gitter-image]][gitter-url]![Node Version][node-img][![NPM Published Version][npm-img]][npm-url]
3
3
4
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.
5
5
@@ -9,43 +9,60 @@ This package is still at an early stage of development, and is subject to change
9
9
10
10
Install OpenCensus Prometheus Exporter with:
11
11
```bash
12
-
npm install @opencensus/nodejs
12
+
npm install @opencensus/core
13
13
npm install @opencensus/exporter-prometheus
14
14
```
15
15
16
16
## Usage
17
17
18
-
Instance the exporter on your application. For javascript:
18
+
Instance the exporter on your application.
19
19
20
+
For javascript:
20
21
```javascript
21
-
var tracing =require('@opencensus/nodejs');
22
-
var prometheus =require('@opencensus/exporter-prometheus');
0 commit comments