This message was deleted.
s
This message was deleted.
p
Hi @Sudhansu Bandha 👋 Can you try the following instead for
otlp
exporter configuration?
Copy code
endpoint: <http://signals-collector.qualix.ai:4317|signals-collector.qualix.ai:4317>
    tls:
      insecure: true
s
Hi @Prashant Shahi I implemented the suggested change but I am still unable to send data from the spring-petclinic sidecar app
Copy code
apiVersion: <http://opentelemetry.io/v1alpha1|opentelemetry.io/v1alpha1>
kind: OpenTelemetryCollector
metadata:
  name: sidecar-collector
spec:
  mode: sidecar
  config: |
    receivers:
      otlp:
        protocols:
          http:
          grpc:
    processors:
      batch:
    exporters:
      logging:
      otlp:
        endpoint: <http://signals-collector.qualix.ai:4317|signals-collector.qualix.ai:4317>
        tls:
          insecure: true
    service:
      pipelines:
        traces:
          receivers: [otlp]
          processors: [batch]
          exporters: [logging, otlp]
        metrics:
          receivers: [otlp]
          processors: [batch]
          exporters: [logging, otlp]
p
@Sudhansu Bandha Can you check logs of the spring-petclinic and sidecar-collector containers?
Also, did you play around the petclinic app to generate traces?