Replies: 1 comment
-
I'm probably going to say something stupid but is your log file being updated with new values ? You can also enable debugging in your yaml file, to have a bit more details. exporters: service: Edit: Sorry I'm having troubles with the formatting; I replaced the spaces with dashes to keep the alignment. |
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.
-
Hello there,
I have been using the otlpjsonreceiver as my collector's receiver and after running the config.yaml file i am getting these:
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"]}
2024-03-07T10:47:30.518+0530 debug fileconsumer/file.go:170 Consuming files{paths 1 0 [/Users/Documents/jsonFile.json]} {"kind": "receiver", "name": "otlpjsonfile", "data_type": "metrics", "component": "fileconsumer"}
2024-03-07T10:47:30.524+0530 info fileconsumer/file.go:260 Started watching file {"kind": "receiver", "name": "otlpjsonfile", "data_type": "metrics", "component": "fileconsumer", "path": "/Users/Documents/jsonFile.json"}
And these messages are coming repeatedly, I am not sure how to proceed as it is not going to the exporter(fileexporter).
PS: I am new to opentelemertry your help would be appreaciated
Beta Was this translation helpful? Give feedback.
All reactions