Polish "Allow disabling the Dynatrace instruments"

See gh-30637
This commit is contained in:
Stephane Nicoll
2022-04-19 09:43:05 +02:00
parent 7a05faf079
commit 69045e4eaf
3 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -169,10 +169,8 @@ public class DynatraceProperties extends StepRegistryProperties {
private String metricKeyPrefix;
/**
* Since version 1.9.0 of Micrometer, the Dynatrace registry uses specialized
* instruments to make sure data is exported in an optimal format. This behavior
* is the new default. This toggle allows switching back to the original
* implementation.
* Whether to fall back to the built-in micrometer instruments for Timer and
* DistributionSummary.
*/
private boolean useDynatraceSummaryInstruments = true;

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.