Skip to content

Commit

Permalink
revert: meter go; project id is added back
Browse files Browse the repository at this point in the history
  • Loading branch information
ufuk committed Jul 10, 2024
1 parent 5336c86 commit 49dc929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/telemetry/meter.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func NewMeter(exporter metric.Exporter, interval time.Duration) func(context.Con
semconv.SchemaURL,
semconv.ServiceNameKey.String("permify"),
attribute.String("id", internal.Identifier),
attribute.String("project.id", internal.Identifier),
attribute.String("version", internal.Version),
attribute.String("host_name", hostName),
attribute.String("os", runtime.GOOS),
Expand Down

0 comments on commit 49dc929

Please sign in to comment.