aulasoftwarelibre / taller-de-next-con-typescript-pokedex

Taller de Next con Typescript (Demo Pokedex)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex

Running Telemetry with Docker

To set up telemetry for your Next.js application, we've provided a Docker repository that simplifies the process. This repository is based on the OpenTelemetry Collector Demo and is ready for your use without any additional configuration. Follow the steps below to run the telemetry services.

Starting Telemetry Services

Run the following command at the repository root:

docker-compose up -d

This command will launch the following telemetry backends:

Please note that it may take some time for the application metrics to appear on the Prometheus dashboard.

Stopping Telemetry Services

If you want to terminate the telemetry services, you can use the following command:

docker-compose down

Viewing Jaeger Traces

To view the Jaeger traces, visit the following URL in your web browser:

http://0.0.0.0:16686

About

Taller de Next con Typescript (Demo Pokedex)


Languages

Language:TypeScript 97.5%Language:JavaScript 2.4%Language:CSS 0.2%