Package io.trino.benchto.driver.graphite
Class GraphiteClient
java.lang.Object
io.trino.benchto.driver.graphite.GraphiteClient
@Component
@ConditionalOnProperty(prefix="graphite",
value="url")
public class GraphiteClient
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadMetrics(Map<String, String> metrics, long fromEpochSecond, long toEpochSecond) void
-
Constructor Details
-
GraphiteClient
public GraphiteClient()
-
-
Method Details
-
storeEvent
@Retryable(value=org.springframework.web.client.RestClientException.class, backoff=@Backoff(1000L)) public void storeEvent(GraphiteClient.GraphiteEventRequest request) -
loadMetrics
-