|
| 1 | +// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved. |
| 2 | +// |
| 3 | +// This software, the RabbitMQ Java client library, is triple-licensed under the |
| 4 | +// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2 |
| 5 | +// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see |
| 6 | +// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL, |
| 7 | +// please see LICENSE-APACHE2. |
| 8 | +// |
| 9 | +// This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, |
| 10 | +// either express or implied. See the LICENSE file for specific language governing |
| 11 | +// rights and limitations of this software. |
| 12 | +// |
| 13 | +// If you have any questions regarding licensing, please contact us at |
| 14 | +// info@rabbitmq.com. |
| 15 | + |
1 | 16 | package com.rabbitmq.client.impl;
|
2 | 17 |
|
3 | 18 | import com.rabbitmq.client.Channel;
|
|
16 | 31 | import static com.rabbitmq.client.impl.MicrometerMetricsCollector.Metrics.PUBLISHED_MESSAGES;
|
17 | 32 | import static com.rabbitmq.client.impl.MicrometerMetricsCollector.Metrics.REJECTED_MESSAGES;
|
18 | 33 |
|
19 |
| -// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved. |
20 |
| -// |
21 |
| -// This software, the RabbitMQ Java client library, is triple-licensed under the |
22 |
| -// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2 |
23 |
| -// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see |
24 |
| -// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL, |
25 |
| -// please see LICENSE-APACHE2. |
26 |
| -// |
27 |
| -// This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, |
28 |
| -// either express or implied. See the LICENSE file for specific language governing |
29 |
| -// rights and limitations of this software. |
30 |
| -// |
31 |
| -// If you have any questions regarding licensing, please contact us at |
32 |
| -// info@rabbitmq.com. |
33 |
| - |
34 | 34 | /**
|
35 | 35 | * Micrometer implementation of {@link MetricsCollector}.
|
36 | 36 | * Note transactions are not supported (see {@link MetricsCollector}.
|
|
0 commit comments