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