Skip to content

Commit

Permalink
Added tests for OTLA, ObservationRegistry and NoOpOR interop (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak authored Jun 29, 2023
1 parent 38fc7a9 commit cc0f836
Show file tree
Hide file tree
Showing 12 changed files with 545 additions and 314 deletions.
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

0 comments on commit cc0f836

Please sign in to comment.