Skip to content

jackdlb-uipath/OddDotNet

 
 

Repository files navigation

OddDotNet

OddDotNet stands for Observability Driven Development (ODD) in .NET.

Description

OddDotNet is a test harness for ODD. It includes an OTLP receiver that supports grpc (with http/protobuf and http/json on the roadmap).

This project is in active development. Please continue to check back often. Spans/Traces, Metrics, and LogRecords are all supported. Profiles are being actively developed.

Tools and Setup

Git Submodules

This repository makes use of git submodules to clone down the proto files from GitHub, located here.

When cloning down the repo, you'll need to git clone --recurse-submodules to pull in the proto file git repo.

.NET Aspire

This project makes use of .NET Aspire for testing. Follow the instructions located here

About

Open Telemetry Test Harness built in .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Dockerfile 0.4%