5 references to OtelServiceInstanceIdAnnotation
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (4)
1226
containerExec.Annotate(CustomResource.
OtelServiceInstanceIdAnnotation
, exeInstance.Suffix);
1252
exe.Annotate(CustomResource.
OtelServiceInstanceIdAnnotation
, exeInstance.Suffix);
1300
exeSpec.Annotate(CustomResource.
OtelServiceInstanceIdAnnotation
, exeInstance.Suffix);
1659
ctr.Annotate(CustomResource.
OtelServiceInstanceIdAnnotation
, containerObjectInstance.Suffix);
OtlpConfigurationExtensions.cs (1)
80
context.EnvironmentVariables["OTEL_RESOURCE_ATTRIBUTES"] = "service.instance.id={{- index .Annotations \"" + CustomResource.
OtelServiceInstanceIdAnnotation
+ "\" -}}";