Introducci贸n
Verificaci贸n de conocimientos previos
驴Qu茅 aprender谩s de la ingenier铆a en observabilidad con New Relic?
Quiz: Introducci贸n
Instrumentando New Relic
Crea tu cuenta de New Relic
Instrumentaci贸n Application Performance Monitoring
Instrumentaci贸n del navegador
Explore sus datos con NRQL
Reto explorando tus habilidades en NRQL
Resolviendo el reto
Eventos y queries avanzadas
Queries avanzados
Anatom铆a de un Query
Reto de queries avanzados
Alertas y Synthetics
Creando alertas
Anatom铆a de una alerta
Observabilidad proactiva con Synthetics
Static vs. Anomaly thresholds
Reto de alertas din谩micas
Tipos sint茅ticos
Reto de tipos sint茅ticos
Quiz: Alertas y Synthetics
Supervisi贸n del rendimiento de la interfaz
Reto de rendimiento frontend con Core Web Vitals
Rendimiento frontend con Core Web Vitals
Apdex, 驴qu茅 es y por qu茅 es importante?
Reto de Apdex
Quiz: Supervisi贸n del rendimiento de la interfaz
Conclusi贸n
Conclusi贸n y resumen de lo aprendido de observabilidad con New Relic
You don't have access to this class
Keep learning! Join and start boosting your career
Connecting your application to New Relic is a crucial strategy to monitor its performance and make sure everything is working as it should. Let's start this exciting journey by outlining the step-by-step process for connecting an application called FoodMe to the New Relic platform. This tutorial will guide you through the necessary steps, from obtaining the license key to verifying transactions in real time.
First, it is vital to log in to your New Relic account. Once inside, go to your user's settings section to find the license key needed to connect your application. Here are the detailed steps:
With the key in hand, it should be integrated into your project. For our case, we will use Glitch:
.env
file and paste the license key in the License Key
field.The next step is to use a script that will facilitate the connection to the New Relic service:
newrelic.js
file inside your project in Glitch. Paste the script and replace App Name
with foodme
.Finally it is crucial to validate if the configured connection is successful:
SELECT count(*) FROM Transaction
NRQL is a New Relic-specific query language, similar to SQL, that allows you to query your application data:
SELECT count(*) FROM Transaction
will show how many transactions have been performed, confirming that the connection is effective.Once you have followed these steps, you have successfully connected your application to New Relic, and you are ready to explore the full potential of real-time performance monitoring and data analysis. Take advantage of this opportunity to increase the performance and stability of your applications and continue learning and exploring the wonders of software development and monitoring!
Contributions 7
Questions 4
Muy cool el uso de glitch as铆 como la app fulllstack ya desarrollada, muy buena estrctura del curso.
Clase muy pero muy bien explicado, encantado con el contenido
Want to see more contributions, questions and answers from the community?