Migrated to OTel 0.10.0

This commit is contained in:
Marcin Grzejszczak
2020-11-06 14:59:11 +01:00
parent cf8e7dd04a
commit 06d353f155
167 changed files with 2750 additions and 1282 deletions

View File

@@ -562,7 +562,7 @@ For example if you want to use the OpenTelemetry Zipkin Exporter just add a depe
----
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-exporters-zipkin</artifactId>
<artifactId>opentelemetry-exporter-zipkin</artifactId>
</dependency>
----
@@ -570,7 +570,7 @@ For example if you want to use the OpenTelemetry Zipkin Exporter just add a depe
.Gradle
----
dependencies {
compile "io.opentelemetry:opentelemetry-exporters-zipkin"
compile "io.opentelemetry:opentelemetry-exporter-zipkin"
}
----
====