4 references to OtelServiceInstanceIdAnnotation
Aspire.Hosting (4)
Dcp\ApplicationExecutor.cs (3)
1084exe.Annotate(CustomResource.OtelServiceInstanceIdAnnotation, exeInstance.Suffix); 1116exeSpec.Annotate(CustomResource.OtelServiceInstanceIdAnnotation, exeInstance.Suffix); 1478ctr.Annotate(CustomResource.OtelServiceInstanceIdAnnotation, containerObjectInstance.Suffix);
OtlpConfigurationExtensions.cs (1)
70context.EnvironmentVariables["OTEL_RESOURCE_ATTRIBUTES"] = "service.instance.id={{- index .Annotations \"" + CustomResource.OtelServiceInstanceIdAnnotation + "\" -}}";