Skip to content

Commit

Permalink
README metrics upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
biandratti committed Oct 6, 2024
1 parent 90f4580 commit f84ca49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ curl -i --header "context-id: mycontextid" localhost:9001/api/v1/trace
* All apps use OpenTelemetry for monitoring.
* OpenTelemetry agent sends tracing and metrics to OTEL.
* Prometheus:
* http://localhost:9093
* http://localhost:9094
* http://localhost:9095
* http://localhost:9093/metrics
* http://localhost:9094/metrics
* http://localhost:9095/metrics
* jaeger: http://localhost:16686

```
Expand Down
4 changes: 2 additions & 2 deletions docker/opentelemetry/otel-collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exporters:
endpoint: jaeger:4317
tls:
insecure: true
logging:
debug:

processors:
batch:
Expand All @@ -24,5 +24,5 @@ service:
pipelines:
traces:
receivers: [otlp]
exporters: [otlp/jaeger, logging]
exporters: [otlp/jaeger, debug]
processors: [batch]
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object Dependencies {
)
}

lazy val JavaInstrumentVersion = "2.8.0"
lazy val JavaInstrumentVersion = "2.7.0"

lazy val openTelemetryDependencies = {
val version = "1.42.1"
Expand Down

0 comments on commit f84ca49

Please sign in to comment.