public class ServiceMonitorConfig extends Configuration
| Constructor and Description |
|---|
ServiceMonitorConfig() |
ServiceMonitorConfig(Project project,
Map<ConfigKey,Object> attributes,
String port,
String path,
Integer interval,
Boolean honorLabels) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getHonorLabels() |
Integer |
getInterval() |
String |
getPath() |
String |
getPort() |
int |
hashCode() |
boolean |
isHonorLabels() |
static ServiceMonitorConfigBuilder |
newServiceMonitorConfigBuilder() |
static ServiceMonitorConfigBuilder |
newServiceMonitorConfigBuilderFromDefaults() |
entrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic String getPort()
public String getPath()
public Integer getInterval()
public Boolean getHonorLabels()
public boolean isHonorLabels()
public static ServiceMonitorConfigBuilder newServiceMonitorConfigBuilder()
public static ServiceMonitorConfigBuilder newServiceMonitorConfigBuilderFromDefaults()
Copyright © 2018–2023 Red Hat. All rights reserved.