From e19e5fcc526f335570620b1cb5269d62fc4a12b0 Mon Sep 17 00:00:00 2001 From: Caleb Ziegler Date: Tue, 10 Mar 2026 13:41:42 -0600 Subject: [PATCH] fix: Add otel-resource-attr as a supported directive in NGINXaaS GCP This commit adds the otel-resource-attr as a supported directive for the NGINXaaS GCP project and links to the public documentation for the directive. This follows the format for the rest of the directives listed. --- .../getting-started/nginx-configuration/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/nginxaas-google/getting-started/nginx-configuration/overview.md b/content/nginxaas-google/getting-started/nginx-configuration/overview.md index 75ea8ab39f..8b4e601bea 100644 --- a/content/nginxaas-google/getting-started/nginx-configuration/overview.md +++ b/content/nginxaas-google/getting-started/nginx-configuration/overview.md @@ -441,6 +441,7 @@ NGINXaaS supports a limited set of NGINX directives. [open_log_file_cache (ngx_stream_log_module)](https://nginx.org/en/docs/stream/ngx_stream_log_module.html#open_log_file_cache)\ [otel_exporter](https://nginx.org/en/docs/ngx_otel_module.html#otel_exporter)\ [otel_service_name](https://nginx.org/en/docs/ngx_otel_module.html#otel_service_name)\ +[otel_resource_attr](https://nginx.org/en/docs/ngx_otel_module.html#otel_resource_attr)\ [otel_trace](https://nginx.org/en/docs/ngx_otel_module.html#otel_trace)\ [otel_trace_context](https://nginx.org/en/docs/ngx_otel_module.html#otel_trace_context)\ [otel_span_name](https://nginx.org/en/docs/ngx_otel_module.html#otel_span_name)\