Skip to content

Commit

Permalink
Drop micrometer shim (#4735)
Browse files Browse the repository at this point in the history
* Drop micrometer shim

* Remove remnants of micrometer-shim
  • Loading branch information
jack-berg committed Sep 8, 2022
1 parent c3a9f68 commit 1046253
Show file tree
Hide file tree
Showing 38 changed files with 0 additions and 3,570 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -47,7 +47,6 @@ This project contains the following top level components:
* [sdk-extensions](sdk-extensions/) defines additional SDK extensions, which are not part of the core SDK.
* [OpenTracing shim](opentracing-shim/) defines a bridge layer from OpenTracing to the OpenTelemetry API.
* [OpenCensus shim](opencensus-shim/) defines a bridge layer from OpenCensus to the OpenTelemetry API.
* [Micrometer shim](micrometer1-shim/) defines a bridge layer from Micrometer to the OpenTelemetry API.

This project publishes a lot of artifacts, listed in [releases](#releases).
[`opentelemetry-bom`](https://mvnrepository.com/artifact/io.opentelemetry/opentelemetry-bom) (BOM =
Expand Down Expand Up @@ -280,7 +279,6 @@ dependency as follows, replacing `{{artifact-id}}` with the value from the "Arti

| Component | Description | Artifact ID | Version |
|----------------------------------------|--------------------------------------------------------------|----------------------------------|-------------------------------------------------------------|
| [Micrometer Shim](./micrometer1-shim) | Bridge micrometer metrics into the OpenTelemetry metrics API | `opentelemetry-micrometer1-shim` | <!--VERSION_UNSTABLE-->1.17.0-alpha<!--/VERSION_UNSTABLE--> |
| [OpenCensus Shim](./opencensus-shim) | Bridge opencensus metrics into the OpenTelemetry metrics SDK | `opentelemetry-opencensus-shim` | <!--VERSION_UNSTABLE-->1.17.0-alpha<!--/VERSION_UNSTABLE--> |
| [OpenTracing Shim](./opentracing-shim) | Bridge opentracing spans into the OpenTelemetry trace API | `opentelemetry-opentracing-shim` | <!--VERSION_UNSTABLE-->1.17.0-alpha<!--/VERSION_UNSTABLE--> |

Expand Down
1 change: 0 additions & 1 deletion dependencyManagement/build.gradle.kts
Expand Up @@ -18,7 +18,6 @@ val DEPENDENCY_BOMS = listOf(
"com.linecorp.armeria:armeria-bom:1.18.0",
"com.squareup.okhttp3:okhttp-bom:4.10.0",
"io.grpc:grpc-bom:1.49.0",
"io.micrometer:micrometer-bom:1.9.3",
"io.zipkin.brave:brave-bom:5.13.11",
"io.zipkin.reporter2:zipkin-reporter-bom:2.16.3",
"org.junit:junit-bom:5.9.0",
Expand Down
51 changes: 0 additions & 51 deletions micrometer1-shim/build.gradle.kts

This file was deleted.

1 change: 0 additions & 1 deletion micrometer1-shim/gradle.properties

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 1046253

Please sign in to comment.