Istio
Monitoring Istio Service Mesh with groundcover.
Traces
Applying the Istio configuration
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
meshConfig:
enableTracing: true
defaultConfig:
tracing:
sampling: 1
extensionProviders:
- name: datadog-tracing
datadog:
address: groundcover-sensor.groundcover.svc.cluster.local:8126 apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
meshConfig:
enableTracing: true
defaultConfig:
tracing:
sampling: 1
extensionProviders:
- name: otel-tracing
opentelemetry:
port: 4318
service: groundcover-sensor.groundcover.svc.cluster.local:4318
http:
path: "/v1/traces"
timeout: 5sThe changes will take effect after the istio deployments are restarted.
Metrics
Last updated
