-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to send 'A' collector logs to collector 'B' for self monitoring via 'service::telemetry::logs' #35308
Comments
Hi @vaibhhavv - I was also just looking into this and it seems like while for metrics there is the possibility to directly send them to another collector via So with the following example, the logs would be stored in the file
One potential option to try out, provided that the log file generated by collector A is accessible by collector B, would be to then use the |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
@vaibhhavv FYI: there was an update to the docs in regards to this and also new features to be able to define a normal exporter for internal telemetry logs. |
Thanks @mowies for mentioning it. I would say many important use cases will be solved under this implementation. ❤️ |
Can this issue be closed with this new info? |
Yepp @mowies |
/label -needs-triage |
Component(s)
No response
What happened?
Description
I have two collectors 'A' & 'B'.
Use case is I want to send logs of collector 'A' to collector 'B' for self-monitoring, with the help of the otel pipelines itself.
I am little stuck as I have enabled the telemetry block for logs by the below configuration.
However, after enabling it I am still not getting any logs on collector 'B'.
service::telemetry::logs
documentation is very limited and I did not get any idea how to enable this feature.Could some one help out here?
Steps to Reproduce
Expected Result
Actual Result
Collector version
0.93.3
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: