diff --git a/content/nginx-one-console/agent/configure-otel-metrics.md b/content/nginx-one-console/agent/configure-otel-metrics.md index a4910ee72..f0aa4e79b 100644 --- a/content/nginx-one-console/agent/configure-otel-metrics.md +++ b/content/nginx-one-console/agent/configure-otel-metrics.md @@ -118,13 +118,11 @@ service: - prometheus ``` - - #### Third-party OTel Collector ```yaml exporters: - otlp/local-collector: + otlp_grpc/local-collector: endpoint: "my-local-collector.com:443" service: @@ -135,7 +133,7 @@ service: processors: - resource/default exporters: - - otlp/local-collector + - otlp_grpc/local-collector ``` #### Add Debug Exporter @@ -158,8 +156,6 @@ service: - debug ``` - - ### Troubleshooting To view the merged OpenTelemetry configuration, change the NGINX Agent log level to "debug" in `/etc/nginx-agent/nginx-agent.conf`: diff --git a/content/nginx-one-console/waf-integration/waf-security-dashboard/local-dataplane-troubleshooting.md b/content/nginx-one-console/waf-integration/waf-security-dashboard/local-dataplane-troubleshooting.md index ec9985402..f7315c9b9 100644 --- a/content/nginx-one-console/waf-integration/waf-security-dashboard/local-dataplane-troubleshooting.md +++ b/content/nginx-one-console/waf-integration/waf-security-dashboard/local-dataplane-troubleshooting.md @@ -106,7 +106,7 @@ logs/default: - batch/default_logs - resource/default exporters: - - otlp/default + - otlp_grpc/default ``` This pipeline accepts F5 WAF for NGINX security logs from `tcplog/nginx_app_protect`. It filters and batches the logs, then exports them to NGINX One Console through `otlp/default`.