| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SpansMetricResponse |
SpansMetricsApi.createSpansMetric(SpansMetricCreateRequest body)
Create a span-based metric.
|
CompletableFuture<SpansMetricResponse> |
SpansMetricsApi.createSpansMetricAsync(SpansMetricCreateRequest body)
Create a span-based metric.
|
ApiResponse<SpansMetricResponse> |
SpansMetricsApi.createSpansMetricWithHttpInfo(SpansMetricCreateRequest body)
Create a metric based on your ingested spans in your organization.
|
CompletableFuture<ApiResponse<SpansMetricResponse>> |
SpansMetricsApi.createSpansMetricWithHttpInfoAsync(SpansMetricCreateRequest body)
Create a span-based metric.
|
| Modifier and Type | Method and Description |
|---|---|
SpansMetricCreateRequest |
SpansMetricCreateRequest.data(SpansMetricCreateData data) |
SpansMetricCreateRequest |
SpansMetricCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.