Skip to main content
GET
/
api
/
v1
/
config
/
otel-metrics-ingestion
cURL
curl --request GET \
  --url https://tenant.chronosphere.io/api/v1/config/otel-metrics-ingestion \
  --header 'API-Token: <api-key>'
{
  "otel_metrics_ingestion": {
    "created_at": "2023-11-07T05:31:56Z",
    "resource_attributes": {
      "exclude_keys": [
        "<string>"
      ],
      "filter_mode": "APPEND_DEFAULT_EXCLUDE_KEYS",
      "flatten_mode": "MERGE",
      "generate_target_info": true
    },
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

API-Token
string
header
required

Chronosphere API token

Response

A successful response.

otel_metrics_ingestion
object