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.
Auto-update registry versions (d41be13e5aa782b005c7e9617441cfff363917…
…73) (open-telemetry#5623)
- Loading branch information
1 parent
4cd7d59
commit 1b7ef72
Showing
10 changed files
with
14 additions
and
23 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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -14,20 +14,10 @@ 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. | ||
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: [email protected] | ||
|
@@ -36,4 +26,4 @@ createdAt: '2024-11-08' | |
package: | ||
name: OddDotNet.Client | ||
registry: nuget | ||
version: 0.2.1 | ||
version: 0.3.0 |