Polish gh-35082

See gh-37831
This commit is contained in:
Johnny Lim
2023-10-11 23:07:33 +09:00
committed by Moritz Halbritter
parent 81cbf05b41
commit 446677375e
14 changed files with 34 additions and 36 deletions

View File

@@ -158,8 +158,9 @@ public final class DockerImageNames {
}
/**
* Return a {@link DockerImageName} suitable for running the Oracle database.
* @return a docker image name for running the Oracle database
* 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);