Skip to content

Commit

Permalink
Revert "wip: try the opentelemetry-rust framework"
Browse files Browse the repository at this point in the history
This reverts commit a6092bc.

We will try the `tracing` crate instead.
  • Loading branch information
kimtore committed Nov 13, 2024
1 parent a6092bc commit f2ebc57
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 338 deletions.
268 changes: 3 additions & 265 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ serde_json = "1.0.132"
utoipa = { version = "5.2.0", features = ["axum_extras", "openapi_extensions"] }
utoipa-axum = "0.1.2"
utoipa-swagger-ui = { version = "8.0.3", features = ["axum"] }
opentelemetry = "0.27.0"
opentelemetry_sdk = { version = "0.27.0", features = ["tokio", "rt-tokio"] }
opentelemetry-otlp = { version = "0.27.0", features = ["http-proto"] }
opentelemetry-http = { version = "0.27.0", features = ["reqwest-rustls"] }
opentelemetry-stdout = "0.27.0"

[dev-dependencies]
testcontainers = { version = "0.23.1", features = ["http_wait", "properties-config"] }
Expand Down
7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
services:
otel:
image: grafana/otel-lgtm:latest
ports:
- "3001:3000"
- "4317:4317"
- "4318:4318"

oauth-server:
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
ports:
Expand Down
Loading

0 comments on commit f2ebc57

Please sign in to comment.