Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into OPW-102-vector-lib-…
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceg committed Oct 26, 2023
2 parents 7983942 + cb53588 commit fb05ec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/internal_events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub(crate) use mongodb_metrics::*;

#[cfg(feature = "transforms-aggregate")]
pub(crate) use self::aggregate::*;
#[cfg(any(feature = "sources-amqp", feature = "sinks-amqp"))]
#[cfg(feature = "sources-amqp")]
pub(crate) use self::amqp::*;
#[cfg(feature = "sources-apache_metrics")]
pub(crate) use self::apache_metrics::*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace: vector
bases:
# Include Vector recommended base (from git).
- github.com/vectordotdev/vector/distribution/kubernetes/vector-agent
- github.com/vectordotdev/vector/tree/master/distribution/kubernetes/vector-agent
images:
# Override the Vector image to pin the version used.
Expand Down Expand Up @@ -112,7 +112,7 @@ namespace: vector
bases:
# Include Vector recommended base (from git).
- github.com/vectordotdev/vector/distribution/kubernetes/vector-aggregator
- github.com/vectordotdev/vector/tree/master/distribution/kubernetes/vector-aggregator
images:
# Override the Vector image to pin the version used.
Expand Down

0 comments on commit fb05ec1

Please sign in to comment.