-
Notifications
You must be signed in to change notification settings - Fork 42
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
How to deploy the backend for this? can some #693
Comments
Hey @yuvaraj119. You're question is "How to deploy the backend for this?". Which backend are you referring to? Backend storage and visualization/observability UIs are both outside the scope of what the OpenTelemetry project provides. Users will typically use of of the many vendors to send their data...Azure is one of them. The data sent will be traces/spans and logs. Pretty sure Azure can handle that, but we can't really give vendor-specific guidance. If you're just looking to test/evaluate, you can locally run something like jaeger or the otel desktop viewer. |
How can we deploy opentelemetry collectors for mobile apps in azure cloud. |
@breedx-splk Can we use Azure Opentelemetry https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-enable?tabs=java for Android? |
@yuvaraj119 Yes, the otel collector (in whatever flavor) should be able to receive OTLP based telemetry from the Android agent here. Installing and configuring up a specific vendor's implementation, however, is mostly outside the scope of what the community here can provide support for. |
This has been automatically marked as stale because it has been marked as needing author feedback and has not had any activity for 21 days. It will be closed automatically if there is no response from the author within 14 additional days from this comment. |
I'm new to opentelemetry and not able to find how to deploy backend for Mobile apps and monitor the Logs, Traces and Metrics for my application. How to deploy backend in my Azure service. I checked Azure don't support Mobile app in open-telemetry.
The text was updated successfully, but these errors were encountered: