Skip to content

Commit 1b7ef72

Browse files
Auto-update registry versions (d41be13e5aa782b005c7e9617441cfff36391773) (#5623)
1 parent 4cd7d59 commit 1b7ef72

10 files changed

+14
-23
lines changed

data/registry/exporter-js-jaeger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ createdAt: 2020-02-06
1414
package:
1515
registry: npm
1616
name: '@opentelemetry/exporter-jaeger'
17-
version: 1.27.0
17+
version: 1.28.0

data/registry/exporter-js-prometheus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ createdAt: 2020-02-06
1414
package:
1515
registry: npm
1616
name: '@opentelemetry/exporter-prometheus'
17-
version: 0.54.2
17+
version: 0.55.0

data/registry/exporter-js-zipkin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
package:
1212
name: '@opentelemetry/exporter-zipkin'
1313
registry: npm
14-
version: 1.27.0
14+
version: 1.28.0
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-exporter-zipkin
1717
docs: /docs/languages/js/exporters/#zipkin

data/registry/instrumentation-java-finatra.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ isFirstParty: false
1818
package:
1919
registry: maven
2020
name: io.opentelemetry.javaagent.instrumentation/opentelemetry-javaagent-finatra-2.9
21+
version: 2.10.0-alpha

data/registry/instrumentation-java-okhttp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ createdAt: 2020-11-05
1717
package:
1818
registry: maven
1919
name: io.opentelemetry.instrumentation/opentelemetry-okhttp-3.0
20-
version: 2.9.0-alpha
20+
version: 2.10.0-alpha
2121
isFirstParty: false

data/registry/instrumentation-js-fetch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ createdAt: 2020-11-09
1414
package:
1515
registry: npm
1616
name: '@opentelemetry/instrumentation-fetch'
17-
version: 0.54.2
17+
version: 0.55.0
1818
isFirstParty: false

data/registry/instrumentation-js-grpc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ createdAt: 2020-11-09
1414
package:
1515
registry: npm
1616
name: '@opentelemetry/instrumentation-grpc'
17-
version: 0.54.2
17+
version: 0.55.0
1818
isFirstParty: false

data/registry/instrumentation-js-http.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ createdAt: 2020-11-09
1414
package:
1515
registry: npm
1616
name: '@opentelemetry/instrumentation-http'
17-
version: 0.54.2
17+
version: 0.55.0
1818
isFirstParty: false

data/registry/instrumentation-js-xml-http-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ createdAt: 2020-11-09
1414
package:
1515
registry: npm
1616
name: '@opentelemetry/instrumentation-xml-http-request'
17-
version: 0.54.2
17+
version: 0.55.0
1818
isFirstParty: false

data/registry/tools-odddotnet-client-dotnet.yml

+5-15
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,10 @@ urls:
1414
repo: https://github.com/OddDotNet/OddDotCSharp
1515
docs: https://odddotnet.github.io/OddDotDocs/
1616
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.
17+
description: |-
18+
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.
19+
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).
20+
The proto files that this project depends on can be found at https://github.com/OddDotNet/OddDotProto.
3121
authors:
3222
- name: Tyler Kenna
3323
@@ -36,4 +26,4 @@ createdAt: '2024-11-08'
3626
package:
3727
name: OddDotNet.Client
3828
registry: nuget
39-
version: 0.2.1
29+
version: 0.3.0

0 commit comments

Comments
 (0)