Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Aug 11, 2021
1 parent 951353c commit 95ed61e
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Node 8 or higher
Install the package:

```
npm install logzio-nodejs-metrics-sdk@0.0.1
npm install logzio-nodejs-metrics-sdk@0.1.0
```

Set the variables in the following code snippet:
Expand Down
51 changes: 47 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logzio-nodejs-metrics-sdk",
"version": "0.0.1",
"version": "0.1.0",
"description": "Logz.io node.js metrics Exporter allows user to send collected metrics to the Logz.io using OpenTelemetry SDK ",
"main": "src/index.js",
"repository": "logzio/js-metrics",
Expand Down Expand Up @@ -61,6 +61,7 @@
"@opentelemetry/metrics": "0.21.0",
"@opentelemetry/resources": "0.21.0",
"google-protobuf": "^3.17.3",
"logzio-nodejs-metrics-sdk": "^0.0.1",
"nock": "^13.1.1",
"protobufjs": "^6.9.0",
"requestretry": "^5.0.0",
Expand Down

0 comments on commit 95ed61e

Please sign in to comment.