Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tests for OTLA, ObservationRegistry and NoOpOR interop #298

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions benchmarks/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ subprojects {
description = 'Facade over tracing concepts'

repositories {
maven { url 'https://repo.spring.io/snapshot' } // for latest micrometer snapshots
mavenCentral()
}

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def VERSIONS = [
]

def MICROMETER_PLATFORM_VERSIONS = [
'io.micrometer:micrometer-bom:1.10.8'
'io.micrometer:micrometer-bom:1.10.9-SNAPSHOT'
]

def PLATFORM_VERSIONS = [
Expand Down
2 changes: 1 addition & 1 deletion micrometer-tracing-bom/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading