Skip to content

Commit

Permalink
Adding the timestamp in ms from OpenVPN log to allow correct values o…
Browse files Browse the repository at this point in the history
…n prometheus. Close #1

Signed-off-by: Luis Felipe Domínguez Vega <[email protected]>
  • Loading branch information
lfdominguez committed Sep 7, 2019
1 parent baea4b8 commit e3fea08
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 127 deletions.
93 changes: 36 additions & 57 deletions Cargo.lock

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

11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ authors = ["Luis Felipe Domínguez Vega <[email protected]>"]
edition = "2018"

[dependencies]
env_logger = "0.6"
log = "0.4.6"
prometheus = "0.5"
prometheus_exporter = "0.3"
env_logger = "0.6.2"
log = "0.4.8"
clap = "2.33.0"
prometheus = { git = "https://github.com/lfdominguez/rust-prometheus.git" }
sqlite = "0.24.0"
clap = "2.33"
lazy_static = "1.4.0"
hyper = "0.12.33"

[profile.dev]
opt-level = 0
Expand Down
Loading

0 comments on commit e3fea08

Please sign in to comment.