Skip to content

Commit

Permalink
Added OddDotNet registry files (Attempt 2) (open-telemetry#5617)
Browse files Browse the repository at this point in the history
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: svrnm <neumanns@cisco.com>
  • Loading branch information
3 people authored and drewby committed Nov 21, 2024
1 parent 6dc73c5 commit 46cadd1
Showing 3 changed files with 88 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/registry/otel-odddotnet.yml
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'
39 changes: 39 additions & 0 deletions data/registry/tools-odddotnet-client-dotnet.yml
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
20 changes: 20 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
@@ -3951,6 +3951,10 @@
"StatusCode": 200,
"LastSeen": "2024-08-09T11:17:17.601945+02:00"
},
"https://github.com/DoubleTK": {
"StatusCode": 200,
"LastSeen": "2024-11-18T07:27:46.234973166Z"
},
"https://github.com/EzzioMoreira": {
"StatusCode": 200,
"LastSeen": "2024-09-13T09:26:18.380261046Z"
@@ -4119,6 +4123,14 @@
"StatusCode": 200,
"LastSeen": "2024-08-06T15:17:00.060853+02:00"
},
"https://github.com/OddDotNet/OddDotCSharp": {
"StatusCode": 200,
"LastSeen": "2024-11-18T07:27:46.874342377Z"
},
"https://github.com/OddDotNet/OddDotNet": {
"StatusCode": 200,
"LastSeen": "2024-11-18T07:27:46.059093956Z"
},
"https://github.com/OlivierAlbertini": {
"StatusCode": 200,
"LastSeen": "2024-08-06T15:23:05.985099+02:00"
@@ -9995,6 +10007,10 @@
"StatusCode": 206,
"LastSeen": "2024-01-30T06:06:02.410999-05:00"
},
"https://odddotnet.github.io/OddDotDocs/": {
"StatusCode": 206,
"LastSeen": "2024-11-18T07:27:46.284157799Z"
},
"https://one.bonree.com/open/document/187": {
"StatusCode": 206,
"LastSeen": "2024-04-02T09:45:50.142295155Z"
@@ -13943,6 +13959,10 @@
"StatusCode": 200,
"LastSeen": "2024-01-30T15:26:17.426269-05:00"
},
"https://www.nuget.org/packages/OddDotNet.Client": {
"StatusCode": 200,
"LastSeen": "2024-11-18T07:27:47.086708666Z"
},
"https://www.nuget.org/packages/OpenTelemetry.AutoInstrumentation": {
"StatusCode": 200,
"LastSeen": "2024-05-13T07:12:48.012368334Z"

0 comments on commit 46cadd1

Please sign in to comment.