Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiranAvidov authored Nov 22, 2022
1 parent b14b953 commit 13ae566
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for more details on the Remote Write API.
## Installation

```bash
go get -u github.com/logzio/go-metrics-sdk
go get github.com/logzio/go-metrics-sdk
```

## Configuring the Exporter
Expand All @@ -44,6 +44,8 @@ Replace `<<LOGZIO_METRICS_TOKEN>>` with your Logz.io metrics token.
```go
import (
metricsExporter "github.com/logzio/go-metrics-sdk"
controller "go.opentelemetry.io/otel/sdk/metric/controller/basic"
semconv "go.opentelemetry.io/otel/semconv/v1.7.0"
// ...
)

Expand Down

0 comments on commit 13ae566

Please sign in to comment.