Closed frzifus closed 1 year ago
When I tried to check the logs to see why the collector I created was not created as a deployment, it appeared that the operator was not currently running.
apiVersion: opentelemetry.io/v1alpha1 kind: OpenTelemetryCollector metadata: name: ingest spec: config: | receivers: otlp: protocols: grpc: exporters: logging: service: pipelines: traces: receivers: [otlp] processors: [] exporters: [logging]
cc @sallyom
Should be resolved by #44, #45 and #46. Reopen if issues re-appear.
When I tried to check the logs to see why the collector I created was not created as a deployment, it appeared that the operator was not currently running.
cc @sallyom