See gh-37984
This commit is contained in:
Johnny Lim
2023-10-21 16:45:11 +09:00
committed by Moritz Halbritter
parent 6b8c340de0
commit b5d4983829
15 changed files with 29 additions and 40 deletions

View File

@@ -160,7 +160,6 @@ public final class DockerImageNames {
/**
* Return a {@link DockerImageName} suitable for running OpenTelemetry.
* @return a docker image name for running OpenTelemetry
* @since 3.2.0
*/
public static DockerImageName opentelemetry() {
return DockerImageName.parse("otel/opentelemetry-collector-contrib").withTag(OPENTELEMETRY_VERSION);