Skip to content
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

Closed
melloware opened this issue Feb 8, 2023 · 11 comments · Fixed by #136
Closed

Microsoft Azure Insights #33

melloware opened this issue Feb 8, 2023 · 11 comments · Fixed by #136
Assignees

Comments

@melloware
Copy link

melloware commented Feb 8, 2023

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

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-monitor-opentelemetry-exporter</artifactId>
  <version>1.0.0-beta.8</version>
</dependency>
@melloware

This comment was marked as outdated.

@trask
Copy link

trask commented Mar 9, 2023

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).

cc @jeanbisutti @heyams

@melloware
Copy link
Author

melloware commented Mar 9, 2023

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! 😀

@melloware
Copy link
Author

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.

@brunobat
Copy link
Collaborator

brunobat commented Oct 6, 2023

We should add the exporter here similarly to what happens with the Micrometer registries: https://github.com/quarkiverse/quarkus-micrometer-registry

@brunobat
Copy link
Collaborator

Will be working on this.

@brunobat brunobat self-assigned this Feb 15, 2024
@melloware
Copy link
Author

Awesome work!

@jeanbisutti
Copy link
Contributor

@melloware Have you tried to deploy a Quarkus native image on Azure with the telemetry enabled? Would you have any feedback to share?

@melloware
Copy link
Author

I have not yet @jeanbisutti what issue are you having? Are you getting an error? StackTrace?

@jeanbisutti
Copy link
Contributor

@melloware I'm not having a problem. I was curious if you tried it and what you thought.

@melloware
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants