Skip to content

Commit

Permalink
change sink prometheus remote_write comment
Browse files Browse the repository at this point in the history
  • Loading branch information
suikammd committed Jan 12, 2024
1 parent 263d2e7 commit 3aeb0c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ fakedata = { path = "lib/fakedata", optional = true }
portpicker = { path = "lib/portpicker" }
tracing-limit = { path = "lib/tracing-limit" }
vector-lib = { path = "lib/vector-lib", default-features = false, features = ["vrl"] }
vector-core = { path = "lib/vector-core", default-features = false }
vector-vrl-functions = { path = "lib/vector-vrl/functions" }
loki-logproto = { path = "lib/loki-logproto", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions src/sinks/prometheus/remote_write/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! The Prometheus Remote Write [`vector_core::sink::VectorSink`].
//! Contains the [`vector_core::sink::VectorSink`] instance that is responsible
//! The Prometheus Remote Write.
//! Contains the [`VectorSink`] instance that is responsible
//! for taking a stream of [`vector_core::event::Event`] and forwarding
//! them to a server via the [Prometheus Remote Write protocol][remote_write].
//!
Expand Down

0 comments on commit 3aeb0c4

Please sign in to comment.