quarkus-micrometer-registry icon indicating copy to clipboard operation
quarkus-micrometer-registry copied to clipboard

Quarkus extensions that pull together required/related dependencies for optional micrometer registries.

Results 24 quarkus-micrometer-registry issues
Sort by recently updated
recently updated
newest added

According to [the docs](https://quarkiverse.github.io/quarkiverse-docs/quarkus-micrometer-registry/dev/micrometer-registry-otlp.html) `quarkus.micrometer.export.otlp` config property. Using ``` implementation 'io.quarkiverse.micrometer.registry:quarkus-micrometer-registry-otlp:2.12.0' ``` with Quarkus version 2.14.2, I get the following WARN in console output: ``` 2022-12-05 15:51:38,383 WARN [io.qua.config] (Quarkus...

I tested the lib for new relic and found out that it connects to `New Relic Insights` which is deprecated at this moment [docs](https://docs.newrelic.com/docs/new-relic-one/use-new-relic-one/core-concepts/transition-new-relic-one-insights/#:~:text=The%20Insights%20mobile%20app%20is,New%20Relic%20One%20mobile%20app.)

Configuration Micrometer metrics library for runtime and application metrics

Are there any plans to upgrade the Azure Monitoring solution to Application Insights Java 3.x?

Bumps `quarkus.version` from 3.8.1 to 3.10.0. Updates `io.quarkus:quarkus-bom` from 3.8.1 to 3.10.0 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.10.0.CR1 Major changes #36504 - Allow authentication mechanism selection for a REST...

dependencies

Bumps io.quarkiverse.googlecloudservices:quarkus-google-cloud-services-bom from 2.7.0 to 2.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.quarkiverse.googlecloudservices:quarkus-google-cloud-services-bom&package-manager=maven&previous-version=2.7.0&new-version=2.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.quarkiverse.googlecloudservices:quarkus-google-cloud-services-bom&package-manager=maven&previous-version=2.1.0&new-version=2.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies

Bumps io.quarkiverse.googlecloudservices:quarkus-google-cloud-services-bom from 2.7.0 to 2.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.quarkiverse.googlecloudservices:quarkus-google-cloud-services-bom&package-manager=maven&previous-version=2.7.0&new-version=2.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hello, I'm running into some problems configuring a resource-type that is not `global` for the `quarkus-micrometer-registry-stackdriver` extension. ``` i.g.StatusRuntimeException: INVALID_ARGUMENT: One or more TimeSeries could not be written: The set...

The application is correctly configured to send metrics and traces to an Open Telemetry Connector. Both metrics and traces are being sent and processed correctly. However, only the metrics are...