Commit b20a22d 1 parent a2dbe3c commit b20a22d Copy full SHA for b20a22d
File tree 3 files changed +88
-0
lines changed
3 files changed +88
-0
lines changed Original file line number Diff line number Diff line change
1
+ # cSpell:ignore Kenna odddotnet
2
+ title : ' OddDotNet: Test Harness for OpenTelemetry'
3
+ registryType : utilities
4
+ language : collector
5
+ tags :
6
+ - proto
7
+ - protobuf
8
+ - testing
9
+ - odd
10
+ - observability
11
+ - collector
12
+ - test-harness
13
+ - odddotnet
14
+ urls :
15
+ repo : https://github.com/OddDotNet/OddDotNet
16
+ docs : https://odddotnet.github.io/OddDotDocs/
17
+ license : Apache 2.0
18
+ description : OddDotNet is a Test Harness for OpenTelemetry that works for any
19
+ language, built in .NET. It is a container image that accepts OpenTelemetry
20
+ signals over gRPC, and it includes a query language for verifying and
21
+ validating those signals.
22
+
23
+ OddDotNet enables automated Observability Driven Development, hence where it
24
+ gets its name.
25
+ authors :
26
+ - name : Tyler Kenna
27
+
28
+ url : https://github.com/DoubleTK
29
+ createdAt : ' 2024-11-08'
Original file line number Diff line number Diff line change
1
+ # cSpell:ignore Kenna odddotnet
2
+ title : OddDotNet Client for .NET
3
+ registryType : utilities
4
+ language : dotnet
5
+ tags :
6
+ - odddotnet
7
+ - dotnet
8
+ - c#
9
+ - testing
10
+ - odd
11
+ - observability
12
+ - test-harness
13
+ urls :
14
+ repo : https://github.com/OddDotNet/OddDotCSharp
15
+ docs : https://odddotnet.github.io/OddDotDocs/
16
+ license : Apache 2.0
17
+ description : OddDotNet is an Test Harness for OpenTelemetry that works for any
18
+ language, built in .NET. It is a container image that accepts OpenTelemetry
19
+ signals over gRPC, and it includes a query language for verifying and
20
+ validating those signals.
21
+
22
+ While it's possible to generate your own client using the proto files, it is
23
+ often more convenient to use a pre-compiled package installed from NuGet. This
24
+ client library for .NET also includes the opentelemetry-proto clients to allow
25
+ for manually generating and sending signals, and lastly it includes a query
26
+ builder to ease the process of building queries using the OddQueryLanguage
27
+ (OQL).
28
+
29
+ The proto files that this project depends on can be found at
30
+ https://github.com/OddDotNet/OddDotProto.
31
+ authors :
32
+ - name : Tyler Kenna
33
+
34
+ url : https://github.com/DoubleTK
35
+ createdAt : ' 2024-11-08'
36
+ package :
37
+ name : OddDotNet.Client
38
+ registry : nuget
39
+ version : 0.2.1
Original file line number Diff line number Diff line change 3951
3951
"StatusCode": 200,
3952
3952
"LastSeen": "2024-08-09T11:17:17.601945+02:00"
3953
3953
},
3954
+ "https://github.com/DoubleTK": {
3955
+ "StatusCode": 200,
3956
+ "LastSeen": "2024-11-18T07:27:46.234973166Z"
3957
+ },
3954
3958
"https://github.com/EzzioMoreira": {
3955
3959
"StatusCode": 200,
3956
3960
"LastSeen": "2024-09-13T09:26:18.380261046Z"
4119
4123
"StatusCode": 200,
4120
4124
"LastSeen": "2024-08-06T15:17:00.060853+02:00"
4121
4125
},
4126
+ "https://github.com/OddDotNet/OddDotCSharp": {
4127
+ "StatusCode": 200,
4128
+ "LastSeen": "2024-11-18T07:27:46.874342377Z"
4129
+ },
4130
+ "https://github.com/OddDotNet/OddDotNet": {
4131
+ "StatusCode": 200,
4132
+ "LastSeen": "2024-11-18T07:27:46.059093956Z"
4133
+ },
4122
4134
"https://github.com/OlivierAlbertini": {
4123
4135
"StatusCode": 200,
4124
4136
"LastSeen": "2024-08-06T15:23:05.985099+02:00"
9995
10007
"StatusCode": 206,
9996
10008
"LastSeen": "2024-01-30T06:06:02.410999-05:00"
9997
10009
},
10010
+ "https://odddotnet.github.io/OddDotDocs/": {
10011
+ "StatusCode": 206,
10012
+ "LastSeen": "2024-11-18T07:27:46.284157799Z"
10013
+ },
9998
10014
"https://one.bonree.com/open/document/187": {
9999
10015
"StatusCode": 206,
10000
10016
"LastSeen": "2024-04-02T09:45:50.142295155Z"
13943
13959
"StatusCode": 200,
13944
13960
"LastSeen": "2024-01-30T15:26:17.426269-05:00"
13945
13961
},
13962
+ "https://www.nuget.org/packages/OddDotNet.Client": {
13963
+ "StatusCode": 200,
13964
+ "LastSeen": "2024-11-18T07:27:47.086708666Z"
13965
+ },
13946
13966
"https://www.nuget.org/packages/OpenTelemetry.AutoInstrumentation": {
13947
13967
"StatusCode": 200,
13948
13968
"LastSeen": "2024-05-13T07:12:48.012368334Z"
You can’t perform that action at this time.
0 commit comments