Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valamidev authored Oct 6, 2023
1 parent 7c81176 commit 5d37e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Then, create a new instance of the class with your Graphite server options:

```javascript
const Metrics = new GraphiteMetrics({
userId: "5435231"; // Grafana Graphite UserId
token: "glc_kyupkp..."; // Grafana Access Token
userId: "5435231", // Grafana Graphite UserId
token: "glc_kyupkp...", // Grafana Access Token
ingestEndpointURL: "https://something.grafana.net/graphite/metrics",
namespace: "e2e",
});
Expand Down

0 comments on commit 5d37e5b

Please sign in to comment.