E5EF GitHub - OddDotNet/OddDotNet: Open Telemetry Test Harness built in .NET
[go: up one dir, main page]

Skip to content

OddDotNet/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

2A74
0