META-INF.microprofile-config-histogramConfigFieldBeanTest.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.HistogramConfigFieldBean.injectedHistogramCustomPercentiles=0.2,0.4;org.eclipse.microprofile.metrics.tck.config.HistogramConfigFieldBean.injectedHistogramNoPercentiles=;org.eclipse.microprofile.metrics.tck.config.HistogramConfigFieldBean.injectedHistogramCustomBucketsCustomPercentiles=0.7,0.8;org.eclipse.microprofile.metrics.tck.config.HistogramConfigFieldBean.injectedHistogramCustomBucketsNoPercentiles=;injected.precedence.*=0.8,0.9;injected.precedence.override.histogram=0.2
mp.metrics.distribution.histogram.buckets=org.eclipse.microprofile.metrics.tck.config.HistogramConfigFieldBean.injectedHistogramCustomBucketsDefaultPercentiles=100,200;org.eclipse.microprofile.metrics.tck.config.HistogramConfigFieldBean.injectedHistogramCustomBucketsCustomPercentiles=120,150;org.eclipse.microprofile.metrics.tck.config.HistogramConfigFieldBean.injectedHistogramCustomBucketsNoPercentiles=444,555;injected.precedence.*=23,45;injected.precedence.override.histogram=32
© 2015 - 2024 Weber Informatics LLC | Privacy Policy