You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xray SamplingRate changes
Add service instance port to Cloud Map Service Discovery (#490)
Volume injection support (#488)
Introduce config variables for samplingRate & statsSocketPath (#512)
Use xray daemon from ecr public repo instead of dockerhub
Updated proxy-route-manager to v4-prod
Updated Dockerfile to support multi-arch
Updated Makefile to use docker buildx
Updated go version
Updated spire agent and server to 0.12.0 to be compatible with envoy v1.19.x
Dockerfile changes to support ARM
Bump Envoy image version to v1.20.0.1-prod (#538)
Co-authored-by: Shailesh Gupta <[email protected]>
Update Chart and App version for new patch release
`init.image.tag` | Route manager image tag | `<VERSION>`
380
380
`stats.tagsEnabled` | If `true`, Envoy should include app-mesh tags | `false`
381
381
`stats.statsdEnabled` | If `true`, Envoy should publish stats to statsd endpoint @ 127.0.0.1:8125 | `false`
382
-
`stats.statsdAddress` | DogStatsD daemon IP address | `127.0.0.1`
383
-
`stats.statsdPort` | DogStatsD daemon port | `8125`
382
+
`stats.statsdAddress` | DogStatsD daemon IP address. This will be overridden if `stats.statsdSocketPath` is specified | `127.0.0.1`
383
+
`stats.statsdPort` | DogStatsD daemon port. This will be overridden if `stats.statsdSocketPath` is specified | `8125`
384
+
`stats.statsdSocketPath` | DogStatsD Unix domain socket path. If statsd is enabled but this value is not specified then we will use combination of <statsAddress:statsPort> as the default | None
384
385
`cloudMapCustomHealthCheck.enabled` | If `true`, CustomHealthCheck will be enabled for CloudMap Services | `false`
385
386
`cloudMapDNS.ttl` | Sets CloudMap DNS TTL | `300`
386
387
`tracing.enabled` | If `true`, Envoy will be configured with tracing | `false`
387
388
`tracing.provider` | The tracing provider can be x-ray, jaeger or datadog | `x-ray`
388
389
`tracing.address` | Jaeger or Datadog agent server address (ignored for X-Ray) | `appmesh-jaeger.appmesh-system`
389
390
`tracing.port` | Jaeger or Datadog agent port (ignored for X-Ray) | `9411`
391
+
`tracing.samplingRate` | X-Ray tracer sampling rate. Value can be a decimal number between 0 and 1.00 (100%) | `0.05`
0 commit comments