12345678910111213141516171819202122232425 |
- apiVersion: opentelemetry.io/v1alpha1
- kind: Instrumentation
- metadata:
- name: cecf-instrumentation
- namespace: obs-operator
- spec:
- exporter:
- endpoint: http://otel-collector-opentelemetry-collector.observe.svc.cluster.local:4317
- propagators:
- - tracecontext
- - baggage
- sampler:
- type: parentbased_traceidratio
- argument: '1'
- java:
- image: reg.cestong.com.cn/cecf/autoinstrumentation-java:1.24.0
- env:
- - name: OTEL_TRACES_EXPORTER
- value: none
- - name: OTEL_METRICS_EXPORTER
- value: none
- - name: OTEL_LOGS_EXPORTER
- value: none
- #- name: OTEL_EXPORTER_OTLP_PROTOCOL
- # value: http/protobuf
|