diff --git a/buildscripts/templates/SemanticAttributes.java.j2 b/buildscripts/templates/SemanticAttributes.java.j2 index 8d4bca7..fc8aee3 100644 --- a/buildscripts/templates/SemanticAttributes.java.j2 +++ b/buildscripts/templates/SemanticAttributes.java.j2 @@ -69,7 +69,7 @@ public final class {{class}} { {%- if attribute.note %} * *

Notes: -

+ {%- endif %} {%- if (attribute.stability | string()) == "StabilityLevel.DEPRECATED" %} diff --git a/src/main/java/io/opentelemetry/semconv/resource/attributes/ResourceAttributes.java b/src/main/java/io/opentelemetry/semconv/resource/attributes/ResourceAttributes.java index 0d06614..8cbaf0d 100644 --- a/src/main/java/io/opentelemetry/semconv/resource/attributes/ResourceAttributes.java +++ b/src/main/java/io/opentelemetry/semconv/resource/attributes/ResourceAttributes.java @@ -128,7 +128,7 @@ public final class ResourceAttributes { * href="https://docs.microsoft.com/en-us/rest/api/resources/resources/get-by-id">Fully * Qualified Resource ID of the invoked function, not the function app, having * the form {@code - * /subscriptions//resourceGroups//providers/Microsoft.Web/sites//functions/}. * This means that a span attribute MUST be used, as an Azure function app can host multiple * functions that would usually share a TracerProvider. * @@ -427,7 +427,7 @@ public final class ResourceAttributes { *
  • For some cloud providers, the above definition is ambiguous. The following definition of * function name MUST be used for this attribute (and consequently the span name) for the * listed cloud providers/products: - *
  • Azure: The full name {@code Azure: The full name {@code /}, i.e., function app name * followed by a forward slash followed by the function name (this form can also be seen in * the resource JSON for the function). This means that a span attribute MUST be used, as an * Azure function app can host multiple functions that would usually share a TracerProvider