You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot see logs on my endpoint (Seq) anymore.
I think the issue might be in parsing OtlpExportProtocol from the json-file and I tried the following values for it without success:
1
"http/protobuf"
"HttpProtobuf"
How do I configure the OtlpExporter with json-file correctly?
Additional context
No response
The text was updated successfully, but these errors were encountered:
What is the question?
Hi,
I want to configure the
OtlpExporter
from configuration file.The following snippet harcoded without configuration file works for me:
However when I follow the documentation and add a
json
-file with the following content:and add it to the code like this:
I cannot see logs on my endpoint (Seq) anymore.
I think the issue might be in parsing
OtlpExportProtocol
from thejson
-file and I tried the following values for it without success:1
"http/protobuf"
"HttpProtobuf"
How do I configure the
OtlpExporter
withjson
-file correctly?Additional context
No response
The text was updated successfully, but these errors were encountered: