Class GraphiteProperties

java.lang.Object
io.trino.benchto.driver.graphite.GraphiteProperties

@Component public class GraphiteProperties extends Object
  • Constructor Details

    • GraphiteProperties

      public GraphiteProperties()
  • Method Details

    • getCpuGraphiteExpr

      public Optional<String> getCpuGraphiteExpr()
    • getMemoryGraphiteExpr

      public Optional<String> getMemoryGraphiteExpr()
    • getNetworkGraphiteExpr

      public Optional<String> getNetworkGraphiteExpr()
    • getGraphiteResolutionSeconds

      public int getGraphiteResolutionSeconds()
    • getGraphiteMetricsDelay

      public java.time.Duration getGraphiteMetricsDelay()
    • isGraphiteMetricsCollectionEnabled

      public boolean isGraphiteMetricsCollectionEnabled()
    • toString

      public String toString()
      Overrides:
      toString in class Object