forked from open-telemetry/opentelemetry.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added OddDotNet registry files (Attempt 2) (open-telemetry#5617)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: svrnm <neumanns@cisco.com>
- Loading branch information
Showing
3 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# cSpell:ignore Kenna odddotnet | ||
title: 'OddDotNet: Test Harness for OpenTelemetry' | ||
registryType: utilities | ||
language: collector | ||
tags: | ||
- proto | ||
- protobuf | ||
- testing | ||
- odd | ||
- observability | ||
- collector | ||
- test-harness | ||
- odddotnet | ||
urls: | ||
repo: https://github.com/OddDotNet/OddDotNet | ||
docs: https://odddotnet.github.io/OddDotDocs/ | ||
license: Apache 2.0 | ||
description: OddDotNet is a Test Harness for OpenTelemetry that works for any | ||
language, built in .NET. It is a container image that accepts OpenTelemetry | ||
signals over gRPC, and it includes a query language for verifying and | ||
validating those signals. | ||
|
||
OddDotNet enables automated Observability Driven Development, hence where it | ||
gets its name. | ||
authors: | ||
- name: Tyler Kenna | ||
email: odddotnet@gmail.com | ||
url: https://github.com/DoubleTK | ||
createdAt: '2024-11-08' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# cSpell:ignore Kenna odddotnet | ||
title: OddDotNet Client for .NET | ||
registryType: utilities | ||
language: dotnet | ||
tags: | ||
- odddotnet | ||
- dotnet | ||
- c# | ||
- testing | ||
- odd | ||
- observability | ||
- test-harness | ||
urls: | ||
repo: https://github.com/OddDotNet/OddDotCSharp | ||
docs: https://odddotnet.github.io/OddDotDocs/ | ||
license: Apache 2.0 | ||
description: OddDotNet is an Test Harness for OpenTelemetry that works for any | ||
language, built in .NET. It is a container image that accepts OpenTelemetry | ||
signals over gRPC, and it includes a query language for verifying and | ||
validating those signals. | ||
|
||
While it's possible to generate your own client using the proto files, it is | ||
often more convenient to use a pre-compiled package installed from NuGet. This | ||
client library for .NET also includes the opentelemetry-proto clients to allow | ||
for manually generating and sending signals, and lastly it includes a query | ||
builder to ease the process of building queries using the OddQueryLanguage | ||
(OQL). | ||
|
||
The proto files that this project depends on can be found at | ||
https://github.com/OddDotNet/OddDotProto. | ||
authors: | ||
- name: Tyler Kenna | ||
email: odddotnet@gmail.com | ||
url: https://github.com/DoubleTK | ||
createdAt: '2024-11-08' | ||
package: | ||
name: OddDotNet.Client | ||
registry: nuget | ||
version: 0.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters