We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73adf79 commit de2def3Copy full SHA for de2def3
pkg/telemetry/tracer.go
@@ -27,7 +27,7 @@ func NewTracer(exporter trace.SpanExporter) func(context.Context) error {
27
semconv.SchemaURL,
28
semconv.ServiceNameKey.String("permify"),
29
attribute.String("id", internal.Identifier),
30
- attribute.String("environment", internal.Identifier),
+ attribute.String("project.id", internal.Identifier),
31
attribute.String("version", internal.Version),
32
attribute.String("host_name", hostName),
33
attribute.String("os", runtime.GOOS),
0 commit comments