From 3e27f94bc9da8616a8e75d338de40379101357c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Vav=C5=99=C3=ADk?= Date: Tue, 18 Jun 2024 12:20:22 +0200 Subject: [PATCH] Advertise OTel support over OpenTracing in K8 native page --- _includes/kubernetes-native.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/kubernetes-native.html b/_includes/kubernetes-native.html index c04eca873cd..f11620a5370 100644 --- a/_includes/kubernetes-native.html +++ b/_includes/kubernetes-native.html @@ -16,7 +16,7 @@

Single-step Deployments

Additionally, Quarkus includes extensions that make it easy to deploy serverless microservices to cloud providers including AWS Lambda, Azure Functions, and Google Cloud Functions as well as Knative to take advantage of Quarkus application’s fast startup times. Read the guide for more details.

Tracing & Debugging

Quarkus provides developers the tools and capabilities to troubleshoot distributed microservices applications in Kubernetes including tracing and debugging.

-

Quarkus utilizes OpenTracing which is a vendor-agnostic API to help developers easily instrument tracing into their codebase. Distributed tracing helps pinpoint where failures occur and what causes poor performance. Read the guide for more details.

+

Quarkus utilizes OpenTelemetry which is a vendor-agnostic API to help developers easily instrument tracing into their codebase. Distributed tracing helps pinpoint where failures occur and what causes poor performance. Read the guide for more details.

Application Health & Metrics

Quarkus leverages SmallRye Health, an implementation of the MicroProfile Health specification. This allows applications to provide information about their state to external viewers in a Kubernetes environment where automated processes must be able to determine whether the application should be discarded or restarted. Read the guide for more details.

Quarkus utilizes the Micrometer metrics library for runtime and application metrics. It provides a simple facade for the most popular monitoring systems to instrument your JVM-based application code without vendor lock-in. Application-specific and built-in metrics can be exposed using Micrometer. Read the guide for more details.