diff --git a/docs/docs/api-reference/metadata-api/observability.mdx b/docs/docs/api-reference/metadata-api/observability.mdx index e698e4e1bab1d..248d08c15734b 100644 --- a/docs/docs/api-reference/metadata-api/observability.mdx +++ b/docs/docs/api-reference/metadata-api/observability.mdx @@ -144,7 +144,7 @@ X-Hasura-Role: admin | Key | Required | Schema | Description | | -------------------- | -------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | status | false | `String` | Toggle to enable or disable the export. Allowed values are `enabled` and `disabled`. Default is `disabled` (If status is not explicitely passed, then the configuration gets disabled) | -| data_types | false | `[String]` | List of the types of observability data points to be exported. Allowed types: `traces` and `metrics` only | +| data_types | false | `[String]` | List of the types of observability data points to be exported. Allowed types: `traces`, `metrics` and `logs` only | | exporter_otlp | false | [OTLPExporter](/api-reference/syntax-defs.mdx#otlpexporter). This is required if status is enabled | OpenTelemetry compliant receiver configuration | | batch_span_processor | false | [OpenTelemetryBatchSpanProcessor](/api-reference/syntax-defs.mdx#opentelemetrybatchspanprocessor) | OpenTelemetry batch export configuration |