/dd-workshop-dotnet

Workshop Datadog .NET

Primary LanguageC#

DEPRECATED

This repo has been deprecated, please, check the following repo to see new updates: https://github.com/willianvalerio/datadog-dotnet-o11y

dd-workshop-dotnet

This repo is a an example of instrumenting a dotnet application with Datadog and exposing a Prometheus endpoint with custom metrics.

Prerequisites

  • docker
  • docker-compose

Up and Running

Set these following variables

export DD_API_KEY=YOUR_DATADOG_API_KEY

Up and build containers

docker-compose up -d --build --remove-orphans

Dashboard

You can find the dashboard json here, just import it to Datadog.

Clean Up

docker-compose down --remove-orphans