Skip to content

Commit

Permalink
Merge branch 'main' into blog-command
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Jun 26, 2024
2 parents ab62dc1 + bc80386 commit 2dc1313
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ Importing the `opentelemetry-bom` and `opentelemetry-instrumentation-bom-alpha`
BOMs when using the OpenTelemetry starter is important to ensure version
alignment across all OpenTelemetry dependencies.

The following example shows how to import both BOMs using Maven:
{{% alert title="Note" color="info" %}}

If you import the `spring-boot-dependencies` BOM, you have to declare it after
the OpenTelemetry BOMs.

{{% /alert %}}

The following example shows how to import the OpenTelemetry BOMs using Maven:

```xml
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion data/registry/exporter-js-instana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ createdAt: 2022-04-18
package:
registry: npm
name: '@instana/opentelemetry-exporter'
version: 3.13.0
version: 3.14.0
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ createdAt: 2024-06-05
package:
registry: npm
name: '@arizeai/openinference-instrumentation-langchain'
version: 0.0.6
version: 0.0.8
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ createdAt: 2024-06-05
package:
registry: npm
name: '@arizeai/openinference-instrumentation-openai'
version: 0.3.1
version: 0.3.3
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-prisma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ createdAt: 2022-08-25
package:
registry: npm
name: '@prisma/instrumentation'
version: 5.15.1
version: 5.16.0
2 changes: 1 addition & 1 deletion data/registry/tools-ruby-sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ createdAt: 2023-01-31
package:
registry: gems
name: sentry-opentelemetry
version: 5.17.3
version: 5.18.0

0 comments on commit 2dc1313

Please sign in to comment.