kyma-project / telemetry-manager

Manager for the Kyma telemetry module
https://kyma-project.io/#/telemetry-manager/user/README
Apache License 2.0
5 stars 24 forks source link

PoC for log tailing shipment via log gateway #769

Closed a-thaler closed 6 months ago

a-thaler commented 7 months ago

Description As outlined in https://github.com/kyma-project/telemetry-manager/issues/556 it would be best to have a central log gateway. An optional additional component should be the log agent log agent, which is tailing the application logs and forwarding them to the gateway. The approach of separating the setup for log tailing in a agent and gateway part will have the advantage:

However, it might

Goal: Build up knowledge in regards to retry handling and buffering and make experiments in order to come up with a decision on if the downsides are acceptable/can be mitigated so that we can forward with the target design.

Note:

Criteria

Reasons

Attachments

Release Notes

chrkl commented 6 months ago

PoC results have been documented with https://github.com/kyma-project/telemetry-manager/pull/843.