Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit fd71df5

Browse files
committed
Added opentelemetry provider
1 parent f5aebbb commit fd71df5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import (
1010
"os/signal"
1111
"time"
1212

13-
"github.com/prometheus/client_golang/prometheus/promhttp"
14-
1513
beethoven "github.com/0xPolygon/beethoven"
1614
"github.com/0xPolygon/cdk-data-availability/dummyinterfaces"
1715
dbConf "github.com/0xPolygon/cdk-validium-node/db"
@@ -20,6 +18,7 @@ import (
2018
"github.com/0xPolygon/cdk-validium-node/log"
2119
"github.com/ethereum/go-ethereum/accounts/abi/bind"
2220
"github.com/ethereum/go-ethereum/crypto"
21+
"github.com/prometheus/client_golang/prometheus/promhttp"
2322
"github.com/urfave/cli/v2"
2423
"go.opentelemetry.io/otel/exporters/prometheus"
2524
"go.opentelemetry.io/otel/sdk/metric"

0 commit comments

Comments
 (0)