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
I used a modified version of our simple-streaming example (attached) to try to run the OTEL ingester. The ingester pod will startup, and the log will eventually say:
2020-10-12T12:33:45.982Z INFO service/service.go:252 Everything is ready. Begin running and processing data.
2020-10-12T12:33:45.984Z INFO kafkareceiver/kafka_receiver.go:152 Starting consumer group {"component_kind": "receiver", "component_type": "kafka", "component_name": "kafka", "partition": 0}
This makes it look like it's ready However, the pod never goes into a ready state, and a minute or so later it will get: " Received signal from OS {"signal": "terminated"}"
The full log is attached. I'm not sure if this is a bug or if we just need additional configuration changes when using the OTEL ingester
@pavolloffay Do you have any thoughts on this? @objectiser mentioned that Joe or someone from logz may have tested the otel collector and ingester. Do you know anything about that?
The text was updated successfully, but these errors were encountered:
This part from logs is interesting. It went to ready state and then received terminated signal.
Health Check state change {"component_kind": "extension", "component_type": "health_check", "component_name": "health_check", "status": "ready"}
2020-10-12T12:33:45.982Z INFO service/service.go:252 Everything is ready. Begin running and processing data.
2020-10-12T12:33:45.984Z INFO kafkareceiver/kafka_receiver.go:152 Starting consumer group {"component_kind": "receiver", "component_type": "kafka", "component_name": "kafka", "partition": 0}
2020-10-12T12:34:56.926Z INFO service/service.go:265 Received signal from OS {"signal": "terminated"}
2020-10-12T12:34:56.927Z INFO service/service.go:432 Starting shutdown...
2020-10-12T12:34:56.930Z INFO healthcheck/handler.go:128 Health Check state change {"component_kind": "extension", "component_type": "health_check", "component_name": "health_check", "status": "unavailable"}
ingester.log
I used a modified version of our simple-streaming example (attached) to try to run the OTEL ingester. The ingester pod will startup, and the log will eventually say:
This makes it look like it's ready However, the pod never goes into a ready state, and a minute or so later it will get: " Received signal from OS {"signal": "terminated"}"
The full log is attached. I'm not sure if this is a bug or if we just need additional configuration changes when using the OTEL ingester
@pavolloffay Do you have any thoughts on this? @objectiser mentioned that Joe or someone from logz may have tested the otel collector and ingester. Do you know anything about that?
The text was updated successfully, but these errors were encountered: