-
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
File exporter is not exporting the data #31676
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
As with any troubleshooting problem involving multiple components, I suggest trying to isolate the components from one another so that you can see clearly which one is causing the problem. I recommend trying the debug exporter in place of the file exporter. If this exports data then the file exporter may be the problem. Otherwise, it may not be getting any data to export, so would indicate the receiver. |
Thanks for responding, I will try doing this. |
the logger.info() is not printing anything to the terminal |
Sorry, please post your config yaml? I am a bit confused as to what you reference. |
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 Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Adding because I might be having the same issue. Running contrib v0.99.0, here is my config:
Logs hang at watching file:
I'm using this OTLP JSON trace file as input, generated with the file exporter. I added |
That file was definitely manipulated. The format is JSONL. You prettified the traces and now they can't be read back anymore. |
Ah thanks @atoulme, that was the issue! You're right, I did prettify the file exporter output with |
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 Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Component(s)
exporter/file, receiver/otlpjsonfile
Describe the issue you're reporting
I am using otlpjsonfile as receiver and file exporter as my exporter.
After doing all the configuration and running the config file, I am getting the below log messages on repeat on terminal:
But this is not exporting anything to the mentioned file location. I am stuck how to proceed with this?
The text was updated successfully, but these errors were encountered: