Class RestTemplateGraphiteClient

    • Constructor Summary

      Constructors 
      Constructor Description
      RestTemplateGraphiteClient​(org.springframework.web.client.RestTemplate restTemplate, java.net.URI graphiteUri)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GraphiteMetrics readMetrics​(java.lang.String... metricPaths)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestTemplateGraphiteClient

        public RestTemplateGraphiteClient​(org.springframework.web.client.RestTemplate restTemplate,
                                          java.net.URI graphiteUri)