Skip to content

Commit 199b5e7

Browse files
authored
Merge branch 'main' into mx-psi/contribex-survey
2 parents fc52282 + 4369cea commit 199b5e7

7 files changed

+7
-7
lines changed

content/en/docs/concepts/instrumentation/libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Follow the semantic conventions when setting span attributes.
7575

7676
Some libraries are thin clients wrapping network calls. Chances are that
7777
OpenTelemetry has an instrumentation library for the underlying RPC client.
78-
Check out the [registry](/ecosystem/registry/)) to find existing libraries. If a
78+
Check out the [registry](/ecosystem/registry/) to find existing libraries. If a
7979
library exists, instrumenting the wrapper library might not be necessary.
8080

8181
As a general guideline, only instrument your library at its own level. Don't

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.57.1
17+
version: 0.57.2

data/registry/instrumentation-js-cerbos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ createdAt: 2023-09-13
2121
package:
2222
name: '@cerbos/opentelemetry'
2323
registry: npm
24-
version: 0.5.6
24+
version: 0.5.7
2525
isFirstParty: true

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.57.1
17+
version: 0.57.2
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.57.1
17+
version: 0.57.2
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.57.1
17+
version: 0.57.2
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.57.1
17+
version: 0.57.2
1818
isFirstParty: false

0 commit comments

Comments
 (0)