Skip to content

Commit 966f955

Browse files
committed
feature: demo structure - spanish translation
Signed-off-by: carolina valencia <[email protected]>
1 parent 9ecec20 commit 966f955

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

content/es/docs/demo/_index.md

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title: Documentación de la demo de OpenTelemetry
3+
linkTitle: Demo
4+
cascade:
5+
repo: https://github.com/open-telemetry/opentelemetry-demo
6+
weight: 180
7+
cSpell:ignore: OLJCESPC
8+
---
9+
10+
Bienvenido a la documentación de la [Demo de OpenTelemetry](/ecosystem/demo/), que
11+
cubre cómo instalar y ejecutar la demostración, y algunos escenarios que puede usar para ver
12+
OpenTelemetry en acción.
13+
14+
## Ejecución la Demo
15+
16+
¿Quieres implementar la demo y verla en acción? Comienza aquí.
17+
18+
- [Docker](docker-deployment/)
19+
- [Kubernetes](kubernetes-deployment/)
20+
21+
## Referencia de Funciones del Lenguaje de Programación
22+
23+
¿Quieres entender cómo funciona la instrumentación de un lenguaje en particular? Comienza aquí.
24+
25+
| Lenguaje | Instrumentación Automática | Bibliotecas de Instrumentación | Instrumentación Manual |
26+
| ---------- | -------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
27+
| .NET | [Accounting Service](services/accounting/) | [Cart Service](services/cart/) | [Cart Service](services/cart/) |
28+
| C++ | | | [Currency Service](services/currency/) |
29+
| Go | | [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/) | [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/) |
30+
| Java | [Ad Service](services/ad/) | | [Ad Service](services/ad/) |
31+
| JavaScript | | [Frontend](services/frontend/) | [Frontend](services/frontend/), [Payment Service](services/payment/) |
32+
| Kotlin | | [Fraud Detection Service](services/fraud-detection/) | |
33+
| PHP | | [Quote Service](services/quote/) | [Quote Service](services/quote/) |
34+
| Python | [Recommendation Service](services/recommendation/) | | [Recommendation Service](services/recommendation/) |
35+
| Ruby | | [Email Service](services/email/) | [Email Service](services/email/) |
36+
| Rust | | [Shipping Service](services/shipping/) | [Shipping Service](services/shipping/) |
37+
38+
## Documentación de los Servicios
39+
40+
Puede encontrar información específica sobre cómo se implementa OpenTelemetry en cada servicio aquí:
41+
42+
- [Accounting Service](services/accounting/)
43+
- [Ad Service](services/ad/)
44+
- [Cart Service](services/cart/)
45+
- [Checkout Service](services/checkout/)
46+
- [Email Service](services/email/)
47+
- [Frontend](services/frontend/)
48+
- [Load Generator](services/load-generator/)
49+
- [Payment Service](services/payment/)
50+
- [Product Catalog Service](services/product-catalog/)
51+
- [Quote Service](services/quote/)
52+
- [Recommendation Service](services/recommendation/)
53+
- [Shipping Service](services/shipping/)
54+
- [Image Provider Service](services/imageprovider/)
55+
56+
## Escenarios
57+
58+
¿Cómo se pueden resolver los problemas con OpenTelemetry? Estos escenarios le muestran
59+
algunos problemas preconfigurados y cómo interpretar los datos de OpenTelemetry para
60+
resolverlos.
61+
62+
Agregaremos más escenarios con el tiempo.
63+
64+
- Generar un [Error de Catálogo de Producto](feature-flags) para solicitudes `GetProduct`
65+
con ID de producto: `OLJCESPC7Z` utilizando el servicio Feature Flag
66+
- Descubra una fuga de memoria y diagnostíquela mediante métricas y seguimientos.
67+
[Leer más](scenarios/recommendation-cache/)
68+
69+
## Referencia
70+
71+
Documentación de referencia del proyecto, como requisitos y matrices de características.
72+
73+
- [Architecture](architecture/)
74+
- [Development](development/)
75+
- [Feature Flags Reference](feature-flags/)
76+
- [Metric Feature Matrix](telemetry-features/metric-coverage/)
77+
- [Requirements](./requirements/)
78+
- [Screenshots](screenshots/)
79+
- [Services](services/)
80+
- [Span Attributes Reference](telemetry-features/manual-span-attributes/)
81+
- [Tests](tests/)
82+
- [Trace Feature Matrix](telemetry-features/trace-coverage/)

0 commit comments

Comments
 (0)