Skip to content

Commit

Permalink
set up default logfire endpoint and token handling (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Mar 6, 2025
1 parent a75c843 commit 2b0be08
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 133 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ulid = "*"
default = ["export-http-protobuf"]
serde = ["dep:serde"]
# FIXME might need rustls feature on all of these?
export-grpc = ["opentelemetry-otlp/grpc-tonic"]
export-http-protobuf = ["opentelemetry-otlp/http-proto", "opentelemetry-otlp/reqwest-blocking-client"]
export-http-json = ["opentelemetry-otlp/http-json", "opentelemetry-otlp/reqwest-blocking-client"]
export-grpc = ["opentelemetry-otlp/grpc-tonic", "opentelemetry-otlp/tls"]
export-http-protobuf = ["opentelemetry-otlp/http-proto", "opentelemetry-otlp/reqwest-blocking-client", "opentelemetry-otlp/reqwest-rustls"]
export-http-json = ["opentelemetry-otlp/http-json", "opentelemetry-otlp/reqwest-blocking-client", "opentelemetry-otlp/reqwest-rustls"]

[lints.clippy]
dbg_macro = "deny"
Expand Down
Loading

0 comments on commit 2b0be08

Please sign in to comment.