Skip to content

Commit

Permalink
Merge branch 'main' into demo/add-cart-service-exemplars-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 authored Dec 16, 2024
2 parents dee52cc + e69a191 commit 0e9229c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-update-community-members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
add-paths: 'data/community/members.yaml'
author:
opentelemetrybot
<[email protected]>
committer:
opentelemetrybot
<[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ should not generally be included in the metric name. Prometheus conventions
[recommend](https://prometheus.io/docs/practices/naming/#metric-names) that the
unit be included as a suffix of the metric name. OpenMetrics goes a step further
and
[requires this unit suffix](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#unit).
[requires this unit suffix](https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#unit).
Currently, when exporting in Prometheus format from an OpenTelemetry SDK, the
unit is added as a suffix to the metric name.

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cascade:
vers:
instrumentation: 2.10.0
otel: 1.45.0
contrib: 1.41.0
contrib: 1.42.0
semconv: 1.28.0
weight: 18
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,16 @@ The OpenTelemetry starter uses OpenTelemetry Spring Boot
{{< tabpane text=true >}} {{% tab header="Maven (`pom.xml`)" lang=Maven %}}

```xml
<dependencies>
<dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</dependency>
```

{{% /tab %}} {{% tab header="Gradle (`gradle.build`)" lang=Gradle %}}

```kotlin
dependencies {
implementation("io.opentelemetry.instrumentation:opentelemetry-spring-boot-starter")
}
implementation("io.opentelemetry.instrumentation:opentelemetry-spring-boot-starter")
```

{{% /tab %}} {{< /tabpane>}}
2 changes: 1 addition & 1 deletion data/registry/exporter-js-sap-cloud-logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ isFirstParty: false
package:
registry: npm
name: '@sap/opentelemetry-exporter-for-sap-cloud-logging'
version: 0.2.0
version: 0.3.0

0 comments on commit 0e9229c

Please sign in to comment.