You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The container logs don't say anything about the cloudflare receiver being initialized:
2024-05-24T17:28:28.324Z info [email protected]/service.go:102 Setting up own telemetry...
2024-05-24T17:28:28.324Z info [email protected]/telemetry.go:103 Serving metrics {"address": "0.0.0.0:8888", "level": "Normal"}
2024-05-24T17:28:28.355Z info [email protected]/service.go:169 Starting otelcol-contrib... {"Version": "0.101.0", "NumCPU": 16}
2024-05-24T17:28:28.355Z info extensions/extensions.go:34 Starting extensions...
2024-05-24T17:28:28.355Z info [email protected]/service.go:195 Everything is ready. Begin running and processing data.
2024-05-24T17:28:28.355Z warn localhostgate/featuregate.go:63 The default endpoints for all servers in components will change to use localhost instead of 0.0.0.0 in a future version. Use the feature gate to preview the new default. {"feature gate ID": "component.UseLocalHostAsDefaultHost"}
2024-05-24T17:28:28.324Z info [email protected]/service.go:102 Setting up own telemetry...
2024-05-24T17:28:28.324Z info [email protected]/telemetry.go:103 Serving metrics {"address": "0.0.0.0:8888", "level": "Normal"}
2024-05-24T17:28:28.355Z info [email protected]/service.go:169 Starting otelcol-contrib... {"Version": "0.101.0", "NumCPU": 16}
2024-05-24T17:28:28.355Z info extensions/extensions.go:34 Starting extensions...
2024-05-24T17:28:28.355Z info [email protected]/service.go:195 Everything is ready. Begin running and processing data.
2024-05-24T17:28:28.355Z warn localhostgate/featuregate.go:63 The default endpoints forall serversin components will change to use localhost instead of 0.0.0.0 in a future version. Use the feature gate to preview the new default. {"feature gate ID": "component.UseLocalHostAsDefaultHost"}
Additional context
No response
The text was updated successfully, but these errors were encountered:
So it turns out the issue might be with the opentelemetry operator. I did some more testing and the cloudflare receiver correctly binds to the port defined in the endpoint. However the operator wasn't exposing the port in the Kubernetes Service it managed.
I'll open a bug in this project instead.
Uh oh!
There was an error while loading. Please reload this page.
Component(s)
receiver/cloudflare
What happened?
Description
I'm trying to create cloudflare log receiver to receive LogPush jobs. I'm using the otel K8s operator to deploy collectors.
Steps to Reproduce
Expected Result
A pod is created with a collector listening on port 8000.
Actual Result
These are all the ports the collector was listening on:
The container logs don't say anything about the cloudflare receiver being initialized:
Collector version
v0.101.0
Environment information
Environment
OS:
image: otel/opentelemetry-collector-contrib:0.101.0
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: