All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.metrics.simple.runtime.MetricProperties Maven / Gradle / Ivy

// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.metrics.simple.runtime;

import java.nio.file.Path;
import java.nio.file.Paths;

/**
 * Constants used by Vespa to make the simple metrics implementation available
 * to other components.
 *
 * @author Steinar Knutsen
 */
public final class MetricProperties {

    private MetricProperties() {
    }

    public static final String BUNDLE_SYMBOLIC_NAME = "simplemetrics";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy