-
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
Storage ID in otlpjson receiver is nil #31750
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Please post your configuration? |
Hi @atoulme This is my config.yaml file receivers:
exporters: service: And I am getting the below messages on terminal on repeat: 2024-03-07T10:47:30.518+0530 debug fileconsumer/file.go:133 matched files {"kind": "receiver", "name": "otlpjsonfile", "data_type": "metrics", "component": "fileconsumer", "paths": ["/Users/Documents/jsonFile.json"]} |
@yasha145, are you willing to share your resolution to the issue? |
Hi @djaglowski |
Component(s)
receiver/otlpjsonfile
Describe the issue you're reporting
What should be the value of storage ID as I am using otlpjson receiver and when I run it, it starts watching the mentioned json file but further it does not export anything to console as I am using debug exporter.
I noticed that the storage ID is nil, could that be the reason of not exporting data to console?
The text was updated successfully, but these errors were encountered: