Warning: file_get_contents(https://www.googleapis.com/youtube/v3/videos?part=contentDetails,snippet&id=tQK6IloXW0o&key=AIzaSyBd8jmnEuHybDoSXfi9luoDFdCZYykbVfU): Failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /usr/share/nginx/html/formation/template-session.php on line 101

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 102

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 102

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 102

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 102

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 103

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 103

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 103

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 103

Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/nginx/html/formation/template-session.php on line 114

Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/nginx/html/formation/template-session.php on line 116

Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/nginx/html/formation/template-session.php on line 122
[Video] ¿Y si añadimos una cola de mensajes? : kafka - rabbitmq - redis ... | Du concept à l’expertise

¿Y si añadimos una cola de mensajes? : kafka - rabbitmq - redis ...


Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 471

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 471

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 471

Warning: Trying to access array offset on value of type null in /usr/share/nginx/html/formation/template-session.php on line 471

Ver el video


              

Glossaire de la formation

Observabilidad

La capacidad de conocer el estado interno de un sistema a partir de los datos que emite.Estos datos se clasifican en 3 pilares: logs (registros)métric...

Beats

Agentes ligeros instalados en servidores para recopilar diversos tipos de datos (logs con Filebeat, métricas con Metricbeat) y enviarlos a Elasticsear...

Agente ligero

Programa de recopilación de datos instalado en un sistema host, diseñado para consumir un mínimo de recursos (CPU, RAM). Ejemplo: Filebeat, Promtail.

Agente pesado

Programa de recopilación con numerosas funciones locales (procesamiento, filtrado, almacenamiento en búfer) que consume más recursos del sistema. Ejem...

Access Log (Registro de acceso)

Archivo de registro que guarda las solicitudes procesadas por un servidor web (Apache, Nginx, Lighttpd, etc.). Permite rastrear la actividad del servi...

Client IP (IP del Cliente)

La dirección IP del usuario que realiza la solicitud hacia el servidor web. Cuando un usuario pasa por un Load Balancer o un proxy (ej: Cloudflare), l...

Timestamp (Marca de tiempo)

La fecha y la hora exactas en las que el servidor recibió la solicitud.Configuración: %t en Apache, $time_local o $time_iso8601 en Nginx.

Request (Solicitud)

La línea de solicitud inicial del cliente. Generalmente incluye el método HTTP (ej: GET), la URL solicitada y la versión del protocolo HTTP.Configurac...

Status Code (Código de estado)

El código de estado HTTP final devuelto por el servidor al cliente (ej: 200 para un éxito, 404 para recurso no encontrado).Configuración: %>s en Apach...

Size (Tamaño)

El volumen de datos devuelto al cliente, medido en bytes (generalmente sin los encabezados HTTP).Configuración: %b u %O en Apache, $body_bytes_sent en...

Referrer (Referente)

La URL de la página web desde la que el cliente hizo clic o siguió un enlace para acceder al recurso actual.Configuración: %{Referer}i en Apache, $htt...

User-Agent

La información de identificación proporcionada por el cliente sobre su navegador, su sistema operativo y su dispositivo. Su estructura estándar a menu...

Response Time (Tiempo de respuesta)

El tiempo total que tarda el servidor en procesar la solicitud y devolver la respuesta al cliente.Configuración: %D (microsegundos) o %T (segundos) en...

Articles recommandés

Grafana Alloy: Perfilado Continuo con Pyroscope

Descubra cómo configurar el perfilado continuo (Continuous Profiling) en sus ...