Skip to content

Commit

Permalink
Update the Jaeger benchmarks code. (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Apr 16, 2020
1 parent a19b007 commit 36661f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contrib/trace_propagators/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id "maven-publish"

id "ru.vyarus.animalsniffer"
id "me.champeau.gradle.jmh"
}

description = 'OpenTelemetry Contrib Trace Propagators'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.opentelemetry.trace.propagation;
package io.opentelemetry.contrib.trace.propagation;

import io.grpc.Context;
import io.opentelemetry.trace.Span;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.opentelemetry.trace.propagation;
package io.opentelemetry.contrib.trace.propagation;

import io.grpc.Context;
import io.opentelemetry.trace.DefaultSpan;
Expand Down

0 comments on commit 36661f1

Please sign in to comment.