Class ConfigModifier.ScrapeEndpoint

java.lang.Object
de.iip_ecosphere.platform.monitoring.prometheus.ConfigModifier.ScrapeEndpoint
Enclosing class:
ConfigModifier

public static class ConfigModifier.ScrapeEndpoint extends Object
Represents a scrape endpoint.
Author:
Holger Eichelberger, SSE
  • Field Details

    • name

      private String name
    • scrapePoint

      private de.iip_ecosphere.platform.support.Endpoint scrapePoint
  • Constructor Details

    • ScrapeEndpoint

      public ScrapeEndpoint(String name, de.iip_ecosphere.platform.support.Endpoint scrapePoint)
      Creates an entry.
      Parameters:
      name - the job name
      scrapePoint - the scrape endpoint
  • Method Details

    • getName

      public String 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