Replies: 1 comment 1 reply
-
I can see you have also raised this question at opentelemetry-collector-contrib repo - open-telemetry/opentelemetry-collector-contrib#23038. That is the right place to ask the question, as this is not directly related to C++ SDK. You can also post this question at Stackoverflow, tagging |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have been trying to send telemetry from a C++ desktop app to Azure (Azure Data Explorer).
I setup a project that sends telemetry using grpc exporter to a collector running on the same machine. The collector is able to write the telemetry to local files but when I try sending it to Azure, I don't see any data in the ADX tables I created. I also don't see any error messages on the collector side. I have followed the documentation provided in this link so far to get Azure setup - Create an Azure Active Directory application registration in Azure Data Explorer. I have also attached the otel collector yml file here for reference in case I'm making a mistake in the yaml file. I'm running out of ideas on how to debug this so any help would be appreciated. If anyone has a working example to share, that would also be great. Thank you :)
otel-collector.yml.md
Beta Was this translation helpful? Give feedback.
All reactions