-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [es] opentelemetry.io/content/en/docs/getting-started/ops.md
Signed-off-by: carolina valencia <[email protected]>
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
|
||
title: Introducción para Operaciones | ||
linkTitle: Ops | ||
default_lang_commit: ede5b715791550eccf1c0dc3d57e2713ca6350ab | ||
--- | ||
|
||
Esta es la página de [introducción](..) para ti si: | ||
|
||
- Ejecutas un conjunto de aplicaciones en producción. | ||
- Tu objetivo es obtener telemetría de ellas sin tocar su código. | ||
- Quieres recopilar trazas, métricas y logs de varios servicios y enviarlos a tu backend de observabilidad. | ||
|
||
¡OpenTelemetry puede ayudarte! Para lograr tu objetivo de obtener telemetría de las aplicaciones sin tocar su código, te recomendamos aprender lo siguiente: | ||
|
||
- [¿Qué es OpenTelemetry?](../../what-is-opentelemetry/) | ||
- [¿Cómo puedo instrumentar aplicaciones sin tocar su código?](../../concepts/instrumentation/zero-code/) | ||
- [¿Cómo puedo configurar un colector?](../../collector/) | ||
- [¿Cómo puedo automatizar Kubernetes con el OpenTelemetry Operator?](../../kubernetes/operator/) | ||
|
||
Si estás buscando un conjunto de aplicaciones para hacer pruebas, encontrarás útil nuestra [demo oficial de OpenTelemetry](/ecosystem/demo/). |