Polish "Allow disabling the Dynatrace instruments"
See gh-30637
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user