Skip to content

Commit

Permalink
Merge pull request #34639 from geoand/OtlpExporterRuntimeConfig-polish
Browse files Browse the repository at this point in the history
Remove unused class in OtlpExporterRuntimeConfig
  • Loading branch information
radcortez authored Jul 10, 2023
2 parents d9401e4 + 533277f commit ffc4731
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,4 @@ public interface OtlpExporterRuntimeConfig {
// TODO logs();
// TODO additional global exporter configuration

/**
* From <a href=
* "https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options">
* the OpenTelemetry Protocol Exporter configuration options</a>
*/
public class Constants {
public static final String DEFAULT_GRPC_BASE_URI = "http://localhost:4317/";
public static final String DEFAULT_HTTP_BASE_URI = "http://localhost:4318/";
}
}

0 comments on commit ffc4731

Please sign in to comment.