Istio
Monitoring Istio Service Mesh with groundcover.
Traces
Finding the groundcover Sensor Service Endpoint
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_ENDPOINT}: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_ENDPOINT}:4318
http:
path: "/v1/traces"
timeout: 5sThe changes will take effect after the istio deployments are restarted.
Metrics
Last updated
