Skip to content

Commit

Permalink
fix(backends): switch to http otel collector for compatibility with beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Apr 23, 2024
1 parent b52786b commit 44e43bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 50 files
+0 −2 actix-web/clerk/README.md
+2 −2 actix-web/cookie-authentication/Cargo.toml
+7 −0 actix-web/cookie-authentication/README.md
+12 −7 actix-web/cookie-authentication/src/main.rs
+13 −0 actix-web/postgres/README.md
+0 −2 actix-web/postgres/migrations/0001_init.sql
+0 −6 actix-web/postgres/schema.sql
+8 −7 actix-web/postgres/src/main.rs
+10 −0 actix-web/static-files/README.md
+1 −1 actix-web/static-files/assets/index.html
+4 −9 actix-web/static-files/src/main.rs
+7 −0 actix-web/websocket-actorless/README.md
+1 −1 actix-web/websocket-actorless/src/main.rs
+1 −1 axum/htmx-crud/Cargo.toml
+6 −0 axum/htmx-crud/README.md
+0 −0 axum/htmx-crud/migrations/0001_init.sql
+4 −4 axum/htmx-crud/src/main.rs
+3 −0 axum/jwt-authentication/README.md
+1 −1 axum/metadata/src/main.rs
+6 −8 axum/oauth2/README.md
+1 −2 axum/oauth2/migrations/0001_init.sql
+0 −3 axum/oauth2/migrations/20230815100114_schema.down.sql
+0 −0 axum/oauth2/src/errors.rs
+13 −9 axum/oauth2/src/main.rs
+8 −8 axum/oauth2/src/oauth.rs
+0 −2 axum/oauth2/src/routes/mod.rs
+13 −0 axum/postgres/README.md
+4 −0 axum/postgres/migrations/0001_init.sql
+2 −3 axum/postgres/src/main.rs
+8 −0 axum/qdrant/README.md
+1 −1 axum/qdrant/src/main.rs
+1 −1 axum/turso/src/main.rs
+1 −1 axum/websocket/src/main.rs
+1 −1 custom-resource/pdo/src/main.rs
+0 −7 custom-service/request-scheduler/src/error.rs
+4 −1 custom-service/request-scheduler/src/lib.rs
+1 −2 custom-service/request-scheduler/src/router.rs
+2 −3 fullstack-templates/saas/backend/src/main.rs
+1 −1 other/standalone-binary/src/bin/shuttle.rs
+1 −1 rocket/dyn-templates/src/main.rs
+1 −1 rocket/jwt-authentication/src/main.rs
+1 −1 rocket/opendal-memory/src/main.rs
+1 −1 rocket/persist/src/main.rs
+1 −1 rocket/postgres/src/main.rs
+1 −1 rocket/secrets/src/main.rs
+1 −1 rocket/static-files/src/main.rs
+5 −6 rocket/url-shortener/src/main.rs
+1 −1 rocket/workspace/hello-world/src/main.rs
+40 −17 templates.toml
+1 −1 tracing/custom-tracing-subscriber/src/main.rs
1 change: 1 addition & 0 deletions extras/otel/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ receivers:
otlp:
protocols:
grpc:
http:
# The hostmetrics receiver is required to get correct infrastructure metrics in Datadog.
hostmetrics:
collection_interval: 10s
Expand Down

0 comments on commit 44e43bc

Please sign in to comment.