opentelemetry-java/semconv
Harshita Srinivas 877dc7f4a2
Modification of enum semantic attributes (#3128)
* rebasing

* removed class generating enums and modified return type

* reverted return type and removed the if check

* one script fix, and run the generator to re-gen the classes.

* undo unrelated change

Co-authored-by: jkwatson <jwatson@splunk.com>
2021-04-13 08:04:54 -07:00
..
src/main/java/io/opentelemetry/semconv Modification of enum semantic attributes (#3128) 2021-04-13 08:04:54 -07:00
README.md Move the semantic conventions generated code into its own module (#2423) 2021-01-06 08:25:17 -08:00
build.gradle.kts Migrate remaining gradle scripts to kotlin (#2820) 2021-02-16 14:11:07 -08:00
gradle.properties mark the semantic conventions module as alpha (#2563) 2021-01-20 08:04:19 -08:00

README.md

OpenTelemetry Semantic Conventions

Javadocs

  • This module contains generated code for the Semantic Conventions defined by the OpenTelemetry specification.
  • Scripts for generating the classes live in the buildscripts/semantic-convention directory at the top level of the project.