com.netflix.servo.annotations
Annotation Type MonitorTags


@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface MonitorTags

Tags to associate with all metrics in an instance. The tags will be queried when the instance is registered with the MonitorRegistry and used to provide a common base set of tags for all attribute annotated with Monitor. Tags provided on the Monitor annotation will override these tags if there is a common key.