Kubernetes - Service Mesh
Given the following Istio configuration snippet for telemetry, what will be the effect?
apiVersion: telemetry.istio.io/v1alpha1
kind: Telemetry
metadata:
name: example-telemetry
spec:
metrics:
- providers:
- name: prometheus
overrides:
prometheus:
defaultHistogramBuckets: [0.1, 0.5, 1, 5]
