vercel / opentelemetry-collector-dev-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTelemetry Collector Demo

This repository contains very simple open telemetry setup. It was copied from open-telemetry/opentelemetry-collector-contrib.

We modified it for you so it can be use for developing your Next.js application without any changes. Just run the following command in your command line to run all services provided here:

docker-compose up -d

That will expose the following backends:

Notes:

  • It may take some time for the application metrics to appear on the Prometheus dashboard;

To clean up any docker container from the demo run docker-compose down.

About

License:Apache License 2.0


Languages

Language:Shell 100.0%