Initial 1.0.0-alpha release (#36)

This commit is contained in:
Ryan Fitzpatrick 2021-06-02 10:44:13 -04:00 committed by GitHub
parent 5f80eecd72
commit 4d72f82df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

11
CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
# Changelog
## Unreleased
## 1.0.0-alpha
* Adopt OpenTelemetry 1.0.0(-alpha) dependencies (#32)
* Update JMX Metric Gatherer to use 1.0.0(-alpha) proto, API, SDK, and exporters.
* Update JMX Metric Gatherer to use Autoconfigure SDK extension properties*
* JMX Metric Gatherer - Handle missing MBean attributes without failing (#39)
* Thanks to @dehaansa.

View File

@ -8,7 +8,7 @@ description = 'OpenTelemetry Contrib libraries and utilities for the JVM'
allprojects { allprojects {
group = 'io.opentelemetry.contrib' group = 'io.opentelemetry.contrib'
version = '1.0.0-alpha-SNAPSHOT' version = '1.0.0-alpha'
apply from: "$rootDir/gradle/spotless.gradle" apply from: "$rootDir/gradle/spotless.gradle"
apply from: "$rootDir/gradle/dependencies.gradle" apply from: "$rootDir/gradle/dependencies.gradle"