Getting started Community Training Tutorials Documentation APIs, AI & Tools
apiVersion: gateway.mulesoft.com/v1beta1
kind: Configuration
metadata:
name: tracing
namespace: test-ns
spec:
tracing:
provider:
type: opentelemetry
properties:
address: h2://splunk-otel-collector-agent.default.svc.cluster.local:4317
serviceType: grpc
serviceName: my-flex-name
timeout: 10s
resourceAttributes:
any-key: any-value
sampling:
client: 100
random: 100
overall: 100
labels:
- name: c-env-tag
type: environment
keyName: FLEX_NAME
defaultValue: DEFAULT_VAL
- name: c-header-tag
type: requestHeader
keyName: :method
defaultValue: DEFAULT_METHOD
- name: c-literal-tag
type: literal
defaultValue: the-tag



