https://signoz.io logo
#general
Title
# general
d

Daniel

09/08/2023, 11:14 AM
apiVersion: opentelemetry.io/v1alpha1 kind: OpenTelemetryCollector metadata: name: cvs-zipkin namespace: opentelemetry-operator-system spec: mode: "deployment" config: | receivers: zipkin: processors: batch: send_batch_size: 10000 send_batch_max_size: 11000 timeout: 10s exporters: otlp/zipkin: endpoint: 10.193.17.136:9411 //signoz collector tls: insecure: true service: pipelines: traces: receivers: [zipkin] processors: [batch] exporters: [otlp/zipkin]