You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/authors.yaml
+18
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ sannegrinovero:
19
19
job_title: "Hibernate team lead"
20
20
twitter: "SanneGrinovero"
21
21
bio: "Dutch, Italian, living in London. Passionate for OSS and the JVM, having fun with Quarkus while leading the Hibernate team at Red Hat."
22
+
leydenquarkus:
23
+
name: "Maria Arias de Reyna Dominguez, Andrew Dinn, Sanne Grinovero"
24
+
job_title: "OpenJDK and Quarkus team working on Project Leyden at Red Hat"
25
+
bio: "Maria Arias de Reyna Dominguez is a Java Champion and member of the OpenJDK team at Red Hat; Andrew Dinn is a Distinguished Engineer at Red Hat, and Architect responsible for OpenJDK and GraalVM; Sanne Grinovero is a Java Champion, founding member of the Quarkus project and Architect in the middleware group at Red Hat."
bio: "Senior Principal Software Engineer at Red Hat ~ Java Champion ~ Open source advocate ~ Frequent speaker ~ @jugmilano coordinator ~ Drools project lead at RedHat ~ Pragmatic dreamer ~ Europeist"
description: Join us on September 4th-5th, 2024 in Oslo Spektrum, Norway for JavaZone 2024. Featuring a wide range of tech talks, workshops, and networking opportunities. Tickets on sale now!
description: Infobip Shift is the largest Developer event in Southeastern Europe, which purpose is to bring the world's brightest developers together. This event will bring together more than 5000 in-person attendees from all around the globe.
description: JavaCro'24 is not just a conference— it is a vibrant community gathering that brings together professionals from across the industry to share insights, latest trends, and groundbreaking solutions in a celebration of knowledge, innovation, and community-led achievements in the Java ecosystem.
- headline: 'The <a href="https://quarkus.io">English version of quarkus.io</a> is the official project site. Translated sites are community supported on a best-effort basis.'
2
+
- headline: 'The <a href="%URL%">English version of quarkus.io</a> is the official project site. Translated sites are community supported on a best-effort basis.'
Copy file name to clipboardExpand all lines: _data/versioned/latest/index/quarkus.yaml
+38-4
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,17 @@ types:
327
327
- io.quarkus:quarkus-tls-registry
328
328
type: reference
329
329
url: /guides/tls-registry-reference
330
+
- title: Using OpenTelemetry
331
+
filename: opentelemetry.adoc
332
+
summary: This guide explains how your Quarkus application can utilize OpenTelemetry to provide observability for interactive web applications.
333
+
categories: observability
334
+
topics:
335
+
- observability
336
+
- opentelemetry
337
+
extensions:
338
+
- io.quarkus:quarkus-opentelemetry
339
+
type: reference
340
+
url: /guides/opentelemetry
330
341
- title: Using transactions in Quarkus
331
342
filename: transaction.adoc
332
343
summary: "The quarkus-narayana-jta extension provides a Transaction Manager that coordinates and expose transactions to your applications as described in the link: Jakarta Transactions specification, formerly known as Java Transaction API (JTA)."
@@ -2390,6 +2401,16 @@ types:
2390
2401
id: testing
2391
2402
type: guide
2392
2403
url: /guides/getting-started-testing
2404
+
- title: Testing components
2405
+
filename: testing-components.adoc
2406
+
summary: "This reference guide covers the `QuarkusComponentTestExtension`, a JUnit extension to ease the testing of components and mocking of their dependencies."
2407
+
keywords: testing
2408
+
categories: "core, tooling"
2409
+
topics:
2410
+
- testing
2411
+
- tooling
2412
+
type: guide
2413
+
url: /guides/testing-components
2393
2414
- title: Tips for writing native applications
2394
2415
filename: writing-native-applications-tips.adoc
2395
2416
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
@@ -2639,17 +2660,30 @@ types:
2639
2660
- io.quarkus:quarkus-smallrye-openapi
2640
2661
type: guide
2641
2662
url: /guides/openapi-swaggerui
2642
-
- title: Using OpenTelemetry
2643
-
filename: opentelemetry.adoc
2644
-
summary: This guide explains how your Quarkus application can utilize OpenTelemetry to provide distributed tracing for interactive web applications.
2663
+
- title: Using OpenTelemetry Metrics
2664
+
filename: opentelemetry-metrics.adoc
2665
+
summary: This guide explains how your Quarkus application can utilize OpenTelemetry to provide metrics for interactive web applications.
2645
2666
categories: observability
2646
2667
topics:
2647
2668
- observability
2648
2669
- opentelemetry
2670
+
- metrics
2649
2671
extensions:
2650
2672
- io.quarkus:quarkus-opentelemetry
2651
2673
type: guide
2652
-
url: /guides/opentelemetry
2674
+
url: /guides/opentelemetry-metrics
2675
+
- title: Using OpenTelemetry Tracing
2676
+
filename: opentelemetry-tracing.adoc
2677
+
summary: This guide explains how your Quarkus application can utilize OpenTelemetry Tracing to provide distributed tracing for interactive web applications.
2678
+
categories: observability
2679
+
topics:
2680
+
- observability
2681
+
- opentelemetry
2682
+
- tracing
2683
+
extensions:
2684
+
- io.quarkus:quarkus-opentelemetry
2685
+
type: guide
2686
+
url: /guides/opentelemetry-tracing
2653
2687
- title: Using Podman with Quarkus
2654
2688
filename: podman.adoc
2655
2689
summary: "Podman is an open-source, daemonless, and rootless container engine for developing, managing, and running OCI Containers on Linux, Windows and Mac."
0 commit comments