Skip to content

Commit

Permalink
Report statistics about oximeter collections (#4370)
Browse files Browse the repository at this point in the history
- Some oximeter collector crate reorg and cleanup
- Add target representing an oximeter collector service itself
- Add metrics representing the number of successful collections, and
number of failed collections broken out by a few reasons
  • Loading branch information
bnaecker authored Nov 13, 2023
1 parent e2fa996 commit b99e77a
Show file tree
Hide file tree
Showing 6 changed files with 1,225 additions and 688 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions oximeter/collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
camino.workspace = true
chrono.workspace = true
clap.workspace = true
dropshot.workspace = true
futures.workspace = true
Expand All @@ -26,6 +27,7 @@ slog.workspace = true
slog-async.workspace = true
slog-dtrace.workspace = true
slog-term.workspace = true
strum.workspace = true
thiserror.workspace = true
tokio.workspace = true
toml.workspace = true
Expand All @@ -34,6 +36,7 @@ omicron-workspace-hack.workspace = true

[dev-dependencies]
expectorate.workspace = true
hyper.workspace = true
omicron-test-utils.workspace = true
openapi-lint.workspace = true
openapiv3.workspace = true
Expand Down
Loading

0 comments on commit b99e77a

Please sign in to comment.