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

com.github.mkopylec.charon.configuration.MetricsProperties Maven / Gradle / Ivy

The newest version!
package com.github.mkopylec.charon.configuration;

public class MetricsProperties {

    /**
     * Global metrics names prefix.
     */
    private String namesPrefix = "charon";

    public String getNamesPrefix() {
        return namesPrefix;
    }

    public void setNamesPrefix(String namesPrefix) {
        this.namesPrefix = namesPrefix;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy