You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`io.opentelemetry.semconv:opentelemetry-semconv:{{version}}`|[![Maven Central][maven-image-stable]][maven-url-stable]| Generated code for stable semantic conventions.</br>**NOTE:** Although this is for stable semantic conventions, the artifact still has the [-alpha][versioning] and comes with no compatibility guarantees. The goal is to mark this artifact stable.|
18
-
|`io.opentelemetry.semconv:opentelemetry-semconv-incubating:{{version}}`|[![Maven Central][maven-image-incubating]][maven-url-incubating]| Generated code for experimental semantic conventions.</br>**NOTE:** This artifact has the [-alpha][versioning] and comes with no compatibility guarantees. Libraries can use this for testing, but should make copies of the attributes to avoid possible runtime errors from version conflicts. |
15
+
| Artifact `{group}:{artifactId}:{version}`| Latest Version | Description |
|`io.opentelemetry.semconv:opentelemetry-semconv:{{version}}`|[![Maven Central][maven-image-stable]][maven-url-stable]| Generated code for stable semantic conventions.|
18
+
|`io.opentelemetry.semconv:opentelemetry-semconv-incubating:{{version}}-alpha`|[![Maven Central][maven-image-incubating]][maven-url-incubating]| Generated code for experimental semantic conventions.</br>**NOTE:** This artifact has the [-alpha][versioning] and comes with no compatibility guarantees. Libraries can use this for testing, but should make copies of the attributes to avoid possible runtime errors from version conflicts. |
19
19
20
20
21
21
### Maven
22
22
23
23
```xml
24
24
<project>
25
25
<dependencies>
26
-
<!-- Stable semantic conventions. Note: generated code is still subject to breaking changes while published with "-alpha" suffix. -->
27
26
<dependency>
28
27
<groupId>io.opentelemetry.semconv</groupId>
29
28
<artifactId>opentelemetry-semconv</artifactId>
@@ -33,7 +32,7 @@ Published releases are available on maven central. Replace `{{version}}` with th
@@ -71,9 +69,9 @@ pull request on the OpenTelemetry Android Extension for details.
71
69
72
70
Artifacts from this repository follow semantic versioning, mirroring the versions of the upstream [semantic-conventions](https://github.com/open-telemetry/semantic-conventions) repository. If a patch release is needed for logic in this repository, a release will be published with a fourth version component (i.e. `1.30.0.1` to patch an issue with `1.30.0`).
73
71
74
-
Stable artifacts (i.e. artifacts without -alpha version suffix) come with strong backwards compatibility guarantees for public APIs.
72
+
Stable artifacts (i.e. artifacts without `-alpha` version suffix) come with strong backwards compatibility guarantees for public APIs.
75
73
76
-
Compatibility guarantees are inherited from [opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java/blob/main/VERSIONING.md).
74
+
Compatibility guarantees are inherited from [opentelemetry-java][versioning].
0 commit comments