Class PrometheusTelemetryRequest

java.lang.Object
com.dtsx.astra.sdk.db.domain.telemetry.PrometheusTelemetryRequest

public class PrometheusTelemetryRequest extends Object
Externalization of monitoring.
  • Constructor Details

    • PrometheusTelemetryRequest

      public PrometheusTelemetryRequest()
      Default constructor
    • PrometheusTelemetryRequest

      public PrometheusTelemetryRequest(String endpoint, String authStrategy, String user, String password)
      Constructor full.
      Parameters:
      endpoint - prometheus endpoint
      authStrategy - authentication strategy
      user - username
      password - password
  • Method Details

    • getEndpoint

      public String getEndpoint()
      Gets endpoint
      Returns:
      value of endpoint
    • setEndpoint

      public void setEndpoint(String endpoint)
      Set value for endpoint
      Parameters:
      endpoint - new value for endpoint
    • getAuthStrategy

      public String getAuthStrategy()
      Gets authStrategy
      Returns:
      value of authStrategy
    • setAuthStrategy

      public void setAuthStrategy(String authStrategy)
      Set value for authStrategy
      Parameters:
      authStrategy - new value for authStrategy
    • getUser

      public String getUser()
      Gets user
      Returns:
      value of user
    • setUser

      public void setUser(String user)
      Set value for user
      Parameters:
      user - new value for user
    • getPassword

      public String getPassword()
      Gets password
      Returns:
      value of password
    • setPassword

      public void setPassword(String password)
      Set value for password
      Parameters:
      password - new value for password