Skip to content

Commit

Permalink
feat!: user-agent correctly parsed and rendered on /metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tm26a21p committed Jun 18, 2024
1 parent f19bf15 commit 7751912
Show file tree
Hide file tree
Showing 12 changed files with 6,238 additions and 83 deletions.
162 changes: 162 additions & 0 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"
build = "build.rs"

[dependencies]
askama = "0.12.1"
axum = "0.7.5"
tokio = { version = "1", features = ["full"] }
askama = "0.12.1"
axum = { version = "0.7.5" }
serde = { version = "1.0", features = ["derive"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand All @@ -24,6 +24,9 @@ dotenv = "0.15.0"
chrono = "0.4.38"
reqwest = { version = "0.12.4", features = ["json"] }
ipgeolocate = "0.3.5"
axum-extra = { version = "0.9.3", features = ["typed-header"] }
headers = { version = "0.4.0" }
user-agent-parser = "0.3.6"

[profile.dev.package.askama_derive]
opt-level = 3
Loading

0 comments on commit 7751912

Please sign in to comment.