Skip to content

Commit

Permalink
Update telemetry.go
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 23, 2024
1 parent 4494b3e commit 6bc692a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
func Configure(configuration *Configuration) (*Telemetry, error) {
return &Telemetry{
Metrics: &Metrics{
Meter: otel.Meter("openfga-sdk go/0.6.1"),
Meter: otel.Meter("openfga-sdk"),
Counters: make(map[string]metric.Int64Counter),
Histograms: make(map[string]metric.Float64Histogram),
Configuration: configuration.Metrics,
Expand Down

0 comments on commit 6bc692a

Please sign in to comment.