{
"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"
}
}{
"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"
}
}Chronosphere API token
If true, validates the specified configuration without creating the OtelMetricsIngestion. If the specified configuration is valid, the endpoint returns a partial response without the OtelMetricsIngestion. If the specified configuration is invalid, the endpoint returns an error.
The OtelMetricsIngestion to create.
Show child attributes
Specifies how to ingest OpenTelemetry resource attributes. These attributes have no direct equivalent in the internal data model of Chronosphere Observability Platform.
Show child attributes
Specifies resource attributes to exclude. If a resource attribute's key matches any of the strings in this array, that resource attribute is excluded.
Specifies which filter mode to use for copying resource attributes into
the label set. The APPEND_DEFAULT_EXCLUDE_KEYS mode copies all resource
attributes, excluding any that match either the user-supplied
exclude_keys list or a Chronosphere-managed list of suggested
exclusions. The CUSTOM_EXCLUDE_KEYS mode copies all resource
attributes, excluding any that match the user-supplied exclude_keys
list, but is not affected by the Chronosphere-managed list of exclusions.
Default: APPEND_DEFAULT_EXCLUDE_KEYS.
APPEND_DEFAULT_EXCLUDE_KEYS, CUSTOM_EXCLUDE_KEYS Specifies how to combine hierarchical OpenTelemetry attributes into a
single set of of labels for a given time series. The MERGE mode copies
resource attributes only if there is no conflicting attribute on the
individual data point. The OVERWRITE mode gives resource attributes
precedence over data point attributes. The IGNORE mode doesn't copy any
resource attributes into the time series label set. Default: MERGE.
MERGE, OVERWRITE, IGNORE If true, generates a target_info time series with labels derived from
resource attributes. The filter_mode and exclude_keys settings apply
in the same manner that they apply to the flatten operation. Default:
false.
A successful response containing the created OtelMetricsIngestion.
Show child attributes
Timestamp of when the OtelMetricsIngestion was created. Cannot be set by clients.
Specifies how to ingest OpenTelemetry resource attributes. These attributes have no direct equivalent in the internal data model of Chronosphere Observability Platform.
Show child attributes
Specifies resource attributes to exclude. If a resource attribute's key matches any of the strings in this array, that resource attribute is excluded.
Specifies which filter mode to use for copying resource attributes into
the label set. The APPEND_DEFAULT_EXCLUDE_KEYS mode copies all resource
attributes, excluding any that match either the user-supplied
exclude_keys list or a Chronosphere-managed list of suggested
exclusions. The CUSTOM_EXCLUDE_KEYS mode copies all resource
attributes, excluding any that match the user-supplied exclude_keys
list, but is not affected by the Chronosphere-managed list of exclusions.
Default: APPEND_DEFAULT_EXCLUDE_KEYS.
APPEND_DEFAULT_EXCLUDE_KEYS, CUSTOM_EXCLUDE_KEYS Specifies how to combine hierarchical OpenTelemetry attributes into a
single set of of labels for a given time series. The MERGE mode copies
resource attributes only if there is no conflicting attribute on the
individual data point. The OVERWRITE mode gives resource attributes
precedence over data point attributes. The IGNORE mode doesn't copy any
resource attributes into the time series label set. Default: MERGE.
MERGE, OVERWRITE, IGNORE If true, generates a target_info time series with labels derived from
resource attributes. The filter_mode and exclude_keys settings apply
in the same manner that they apply to the flatten operation. Default:
false.
Timestamp of when the OtelMetricsIngestion was last updated. Cannot be set by clients.