Skip to content

Commit e4d447f

Browse files
authored

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traefik/VALUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Kubernetes: `>=1.22.0-0`
488488
| tracing.otlp.http.tls.key | string | `""` | The path to the private key. When using this option, setting the cert option is required. |
489489
| tracing.resourceAttributes | object | `{}` | Defines additional resource attributes to be sent to the collector. |
490490
| tracing.safeQueryParams | list | `[]` | By default, all query parameters are redacted. Defines the list of query parameters to not redact. |
491-
| tracing.sampleRate | string | `nil` | The proportion of requests to trace, specified between 0.0 and 1.0. Default: 1.0. |
491+
| tracing.sampleRate | float | `nil` | The proportion of requests to trace, specified between 0.0 and 1.0. Default: 1.0. |
492492
| tracing.serviceName | string | `nil` | Service name used in selected backend. Default: traefik. |
493493
| updateStrategy.rollingUpdate.maxSurge | int | `1` | |
494494
| updateStrategy.rollingUpdate.maxUnavailable | int | `0` | |

0 commit comments

Comments
 (0)