
com.wavefront.agent.config.ProxyConfigOption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxy Show documentation
Show all versions of proxy Show documentation
Service for batching and relaying metric traffic to Wavefront
package com.wavefront.agent.config;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Retention(RUNTIME)
@Target({FIELD})
public @interface ProxyConfigOption {
Categories category() default Categories.NA;
SubCategories subCategory() default SubCategories.NA;
boolean hide() default false;
boolean secret() default false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy