META-INF.microprofile-config-timerConfigFieldBeanTest.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of microprofile-metrics-api-tck Show documentation
Show all versions of microprofile-metrics-api-tck Show documentation
MicroProfile Metrics :: API-TCK
The newest version!
/*
**********************************************************************
* Copyright (c) 2023 Contributors to the Eclipse Foundation
*
* See the NOTICES file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
**********************************************************************/
mp.metrics.distribution.percentiles=org.eclipse.microprofile.metrics.tck.config.TimerConfigFieldBean.injectedTimerCustomPercentiles=0.2,0.4;org.eclipse.microprofile.metrics.tck.config.TimerConfigFieldBean.injectedTimerNoPercentiles=;org.eclipse.microprofile.metrics.tck.config.TimerConfigFieldBean.injectedTimerCustomBucketsCustomPercentiles=0.7,0.8;org.eclipse.microprofile.metrics.tck.config.TimerConfigFieldBean.injectedTimerCustomBucketsNoPercentiles=;injected.precedence.*=0.8,0.9;injected.precedence.override.timer=0.2
mp.metrics.distribution.timer.buckets=org.eclipse.microprofile.metrics.tck.config.TimerConfigFieldBean.injectedTimerCustomBucketsDefaultPercentiles=100ms,2s;org.eclipse.microprofile.metrics.tck.config.TimerConfigFieldBean.injectedTimerCustomBucketsCustomPercentiles=120ms,150ms;org.eclipse.microprofile.metrics.tck.config.TimerConfigFieldBean.injectedTimerCustomBucketsNoPercentiles=555ms,2s;injected.precedence.*=23ms,455ms;injected.precedence.override.timer=32s
© 2015 - 2024 Weber Informatics LLC | Privacy Policy