Skip to content

Commit df3b1cb

Browse files
author
Kate Osborn
committed
Add note about policy limitaton
1 parent d0604cc commit df3b1cb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

site/content/how-to/monitoring/tracing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ NGINX Gateway Fabric supports tracing using [OpenTelemetry](https://opentelemetr
1313

1414
This guide explains how to enable tracing on HTTPRoutes using NGINX Gateway Fabric. It uses the OpenTelemetry Collector and Jaeger to process and collect the traces.
1515

16+
{{< important >}}
17+
Tracing cannot be enabled for HTTPRoutes that have [HTTPRouteMatches](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRouteMatch) with `headers`, `params`, or `method` matchers defined.
18+
{{< /important >}}
19+
1620
## Install the Collectors
1721

1822
The first step is to install the collectors. NGINX Gateway Fabric will be configured to export to the OpenTelemetry Collector, which is configured to export to Jaeger. This model allows the visualization collector (Jaeger) to be swapped with something else, or to add more collectors without needing to reconfigure NGINX Gateway Fabric. It is also possible to configure NGINX Gateway Fabric to export directly to Jaeger.

site/content/how-to/traffic-management/client-settings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Settings applied to an HTTPRoute or GRPCRoute take precedence over settings appl
2828

2929
This guide will show you how to use the `ClientSettingsPolicy` API to configure the client max body size for your applications.
3030

31+
{{< important >}}
32+
The `ClientSettingsPolicy` API does not work with HTTPRoutes that have [HTTPRouteMatches](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRouteMatch) with `headers`, `params`, or `method` matchers defined.
33+
{{< /important >}}
34+
3135
## Setup
3236

3337
- [Install]({{< relref "/installation/" >}}) NGINX Gateway Fabric.

0 commit comments

Comments
 (0)