Class AsyncMetricsV2Client
java.lang.Object
com.langfuse.client.resources.metricsv2.AsyncMetricsV2Client
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmetrics(GetMetricsV2Request request) Get metrics from the Langfuse project using a query object.metrics(GetMetricsV2Request request, RequestOptions requestOptions) Get metrics from the Langfuse project using a query object.Get responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
AsyncMetricsV2Client
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
metrics
Get metrics from the Langfuse project using a query object. V2 endpoint with optimized performance. -
metrics
public CompletableFuture<MetricsV2Response> metrics(GetMetricsV2Request request, RequestOptions requestOptions) Get metrics from the Langfuse project using a query object. V2 endpoint with optimized performance.
-