Skip to content

Commit 2f46457

Browse files
committed
Polish OpenTelemetry support
1 parent ec23b92 commit 2f46457

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/java/com/rabbitmq/client/impl/OpenTelemetryMetricsCollector.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
1+
// Copyright (c) 2022 VMware, Inc. or its affiliates. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
@@ -26,10 +26,10 @@
2626
import java.util.concurrent.atomic.AtomicLong;
2727

2828
/**
29-
* OpenTelemetry implementation of {@link MetricsCollector}.
29+
* <a href="https://opentelemetry.io/">OpenTelemetry</a> implementation of {@link MetricsCollector}.
3030
*
3131
* @see MetricsCollector
32-
* @since 5.15.1
32+
* @since 5.16.0
3333
*/
3434
public class OpenTelemetryMetricsCollector extends AbstractMetricsCollector {
3535

src/test/java/com/rabbitmq/client/test/MetricsCollectorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
1+
// Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2

0 commit comments

Comments
 (0)