Skip to content

Commit 68a21c8

Browse files
committed
move to internal
1 parent 0f09056 commit 68a21c8

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
package io.opentelemetry.contrib.awsxray;
6+
package io.opentelemetry.contrib.awsxray.internal;
77

88
import com.google.auto.service.AutoService;
99
import io.opentelemetry.api.incubator.config.DeclarativeConfigProperties;
10+
import io.opentelemetry.contrib.awsxray.AwsXrayRemoteSampler;
11+
import io.opentelemetry.contrib.awsxray.AwsXrayRemoteSamplerBuilder;
1012
import io.opentelemetry.sdk.autoconfigure.spi.internal.ComponentProvider;
1113
import io.opentelemetry.sdk.resources.Resource;
1214
import io.opentelemetry.sdk.trace.samplers.Sampler;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
package io.opentelemetry.contrib.awsxray;
6+
package io.opentelemetry.contrib.awsxray.internal;
77

88
import static org.assertj.core.api.Assertions.assertThat;
99

docs/apidiffs/current_vs_latest/opentelemetry-aws-xray.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,3 @@ Comparing source compatibility of opentelemetry-aws-xray-1.51.0-SNAPSHOT.jar aga
22
*** MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.contrib.awsxray.AwsXrayRemoteSampler (not serializable)
33
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
44
+++ NEW METHOD: PUBLIC(+) java.lang.String toString()
5-
+++ NEW CLASS: PUBLIC(+) io.opentelemetry.contrib.awsxray.AwsXrayRemoteSamplerComponentProvider (not serializable)
6-
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
7-
+++ NEW SUPERCLASS: java.lang.Object
8-
+++ NEW CONSTRUCTOR: PUBLIC(+) AwsXrayRemoteSamplerComponentProvider()
9-
+++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.trace.samplers.Sampler create(io.opentelemetry.api.incubator.config.DeclarativeConfigProperties)
10-
+++ NEW METHOD: PUBLIC(+) java.lang.String getName()
11-
+++ NEW METHOD: PUBLIC(+) java.lang.Class<io.opentelemetry.sdk.trace.samplers.Sampler> getType()

0 commit comments

Comments
 (0)