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 634c4a3 commit 5c126c9Copy full SHA for 5c126c9
sdk/common/src/main/java/io/opentelemetry/sdk/resources/internal/Entity.java
@@ -37,14 +37,14 @@ public interface Entity {
37
/**
38
* Returns a map of attributes that identify the entity.
39
*
40
- * @return a map of attributes.
+ * @return the entity identity.
41
*/
42
Attributes getId();
43
44
45
* Returns a map of attributes that describe the entity.
46
47
+ * @return the entity description.
48
49
Attributes getDescription();
50
@@ -53,7 +53,6 @@ public interface Entity {
53
* does not abide by schema conventions (i.e. is custom).
54
55
* @return An OpenTelemetry schema URL.
56
- * @since 1.4.0
57
58
@Nullable
59
String getSchemaUrl();
0 commit comments