Skip to content

Export to file, receive from file - lossless? #33687

Discussion options

You must be logged in to vote

I got an answer on this from a very helpful Mastodon user, who linked the otlpjsonfile receiver.. after testing it I've found it works perfectly, pulling in all of my exported logs/metrics/traces that were output by the file exporter. This is what my rehydration side receivers look like now:

receivers:
  otlpjsonfile/logs:
    include:
      - /data/collector/otlp_logs*
  otlpjsonfile/metrics:
    include:
      - /data/collector/otlp_metrics*
  otlpjsonfile/traces:
    include:
      - /data/collector/otlp_traces*

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by perry-mitchell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants