The Wayback Machine - https://web.archive.org/web/20220531104327/https://github.com/topics/quarkus
Skip to content
#

Quarkus

quarkus logo

Quarkus is a full-stack, Kubernetes-native, Java Framework tailored for OpenJDK HotSpot and GraalVM. Comparatively, to other frameworks, such as Spring, it offers small memory footprint and reduced boot time. It allows to combine both imperative code and non-blocking reactive style.

Here are 980 public repositories matching this topic...

calohmn
calohmn commented May 12, 2022

Description

This refers to the quarkus-opentelemetry extension.

We have opted for using a custom io.opentelemetry.sdk.trace.samplers.Sampler CDI Bean in order to extend the existing sampling logic.
As stated in the documentation, this means that the quarkus.opentelemetry.tracer.suppress-non-application-uris option has no effect, so that the logic for suppressing non-application uris

kind/enhancement good first issue area/tracing
smallrye-mutiny
dminkovski
dminkovski commented Feb 16, 2021

Describe the Bug

JDL Setup

application {
config {
baseName gateway,
applicationType gateway,
packageName com.test.application,
authenticationType oauth2,
prodDatabaseType mariadb,
databaseType sql,
devDatabaseType mariadb,
serverPort 8080,
clientFramework react,
blueprint quarkus,
buildTool maven,

bug good first issue $$ bug-bounty $$ $300

Created by Red Hat Software

Released March 2019

Latest release 1 day ago

Repository
quarkusio/quarkus
Website
quarkus.io
Wikipedia
Wikipedia