Class ConfigModifier.ScrapeEndpoint
java.lang.Object
de.iip_ecosphere.platform.monitoring.prometheus.ConfigModifier.ScrapeEndpoint
- Enclosing class:
ConfigModifier
Represents a scrape endpoint.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate de.iip_ecosphere.platform.support.Endpoint -
Constructor Summary
ConstructorsConstructorDescriptionScrapeEndpoint(String name, de.iip_ecosphere.platform.support.Endpoint scrapePoint) Creates an entry. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the job name.de.iip_ecosphere.platform.support.EndpointReturns the scrape endpoint.
-
Field Details
-
name
-
scrapePoint
private de.iip_ecosphere.platform.support.Endpoint scrapePoint
-
-
Constructor Details
-
ScrapeEndpoint
Creates an entry.- Parameters:
name- the job namescrapePoint- the scrape endpoint
-
-
Method Details
-
getName
Returns the job name.- Returns:
- the job name
-
getScrapePoint
public de.iip_ecosphere.platform.support.Endpoint getScrapePoint()Returns the scrape endpoint.- Returns:
- the endpoint
-