Replies: 1 comment
-
I have seen the different ways to deploy the collector, allowing different ways to consider to workload, and the applications… Sorry, this discussion sounds irrelevant -> I close it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If all the services of a cluster make use of Collector to handle logs, metrics etc… don't you think there is a risk to have a pressure point on receiver throughput ?
Having synchronous connection to the receiver may impact the performance of some service, waiting for the collector to ingest logs…
What about supporting a asynchronous receiver, consuming Kafka partitions for instance, to ingest different logs and metrics generated by a whole system ?
Beta Was this translation helpful? Give feedback.
All reactions