-
Notifications
You must be signed in to change notification settings - Fork 8
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
Microsoft Azure Insights #33
Comments
This comment was marked as outdated.
This comment was marked as outdated.
hey @melloware! I'm from the Azure Monitor Java team. Were you able to get things working with the Azure Monitor OpenTelemetry Exporter? Also, are you using native images (we are working on supporting that currently). |
That is great news! No I was waiting to hear back right now I use Quarkus open telemetry and Jaeger locally but would love to publish to Azure when deploying my app to AKS! Do you have anything I can try? Also yes big fan of Native Image deployment on Quarkus Mandrel and I am an extension developer myself I have written the OmniFaces and PrimeFaces extensions to get them working Native! 😀 |
Also not sure if you were aware of this Quarkiverse project supporting Azure services https://github.com/quarkiverse/quarkus-azure-services Not sure if the azure monitor plug-in belongs there or in this extension. |
We should add the exporter here similarly to what happens with the Micrometer registries: https://github.com/quarkiverse/quarkus-micrometer-registry |
Will be working on this. |
Awesome work! |
@melloware Have you tried to deploy a Quarkus native image on Azure with the telemetry enabled? Would you have any feedback to share? |
I have not yet @jeanbisutti what issue are you having? Are you getting an error? StackTrace? |
@melloware I'm not having a problem. I was curious if you tried it and what you thought. |
Oh nope not yet the Azure Quarkus project i was working on got pushed the back by the client. i was doing everything with Jaeger OpenTelemetry while waiting on this Azure Insights support! |
Azure Insights is an OpenTelemetry sever for Azure
There is this JAR but was hoping we could just switch easily between Jaeager locally and Azure in the environment.
Looks like MS has an exporter available: https://learn.microsoft.com/en-us/java/api/overview/azure/monitor-opentelemetry-exporter-readme?view=azure-java-preview
The text was updated successfully, but these errors were encountered: