Skip to content

Commit

Permalink
[NA] Upgrade open telemetry version (#597)
Browse files Browse the repository at this point in the history
* [NA] Upgrade open telemetry version

* Update Helm documentation

---------

Co-authored-by: CometActions <[email protected]>
  • Loading branch information
thiagohora and CometActions authored Nov 11, 2024
1 parent 26b7d56 commit 4eea627
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/opik-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<uuid.java.generator.version>5.1.0</uuid.java.generator.version>
<wiremock.version>3.9.1</wiremock.version>
<redisson.version>3.38.1</redisson.version>
<opentelmetry.version>2.8.0</opentelmetry.version>
<opentelmetry.version>2.9.0</opentelmetry.version>
<aws.java.sdk.version>2.29.9</aws.java.sdk.version>
<mainClass>com.comet.opik.OpikApplication</mainClass>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
REDIS_URL: redis://:opik@redis:6379/
ANALYTICS_DB_PASS: opik
OPIK_OTEL_SDK_ENABLED: false
OTEL_VERSION: 2.8.0
OTEL_VERSION: 2.9.0
OTEL_PROPAGATORS: "tracecontext,baggage,b3"
OTEL_EXPERIMENTAL_EXPORTER_OTLP_RETRY_ENABLED: true
OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION: BASE2_EXPONENTIAL_BUCKET_HISTOGRAM
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm_chart/opik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Call opik api on http://localhost:5173/api
| component.backend.env.OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION | string | `"BASE2_EXPONENTIAL_BUCKET_HISTOGRAM"` | |
| component.backend.env.OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE | string | `"delta"` | |
| component.backend.env.OTEL_PROPAGATORS | string | `"tracecontext,baggage,b3"` | |
| component.backend.env.OTEL_VERSION | string | `"2.8.0"` | |
| component.backend.env.OTEL_VERSION | string | `"2.9.0"` | |
| component.backend.env.REDIS_URL | string | `"redis://:wFSuJX9nDBdCa25sKZG7bh@opik-redis-master:6379/"` | |
| component.backend.env.STATE_DB_DATABASE_NAME | string | `"opik"` | |
| component.backend.env.STATE_DB_PASS | string | `"opik"` | |
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm_chart/opik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ component:
ANALYTICS_DB_PASS: opik
STATE_DB_PASS: opik
OPIK_OTEL_SDK_ENABLED: false
OTEL_VERSION: 2.8.0
OTEL_VERSION: 2.9.0
OTEL_PROPAGATORS: "tracecontext,baggage,b3"
OTEL_EXPERIMENTAL_EXPORTER_OTLP_RETRY_ENABLED: true
OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION: BASE2_EXPONENTIAL_BUCKET_HISTOGRAM
Expand Down

0 comments on commit 4eea627

Please sign in to comment.