Skip to content

Commit

Permalink
fix(dev): Unfeature flag internal_events::parser
Browse files Browse the repository at this point in the history
Was overeargerly flagged in #18308 which caused CI
failures in the nightly Component Features workflow.

See: https://github.com/vectordotdev/vector/actions/runs/5908210923/attempts/1

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Aug 21, 2023
1 parent d3a6235 commit 55ec249
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/internal_events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ mod mongodb_metrics;
#[cfg(feature = "sources-nginx_metrics")]
mod nginx_metrics;
mod open;
#[cfg(feature = "transforms-log_to_metric")]
mod parser;
#[cfg(feature = "sources-postgresql_metrics")]
mod postgresql_metrics;
Expand Down Expand Up @@ -227,7 +226,6 @@ pub(crate) use self::lua::*;
pub(crate) use self::metric_to_log::*;
#[cfg(feature = "sources-nginx_metrics")]
pub(crate) use self::nginx_metrics::*;
#[cfg(feature = "transforms-log_to_metric")]
pub(crate) use self::parser::*;
#[cfg(feature = "sources-postgresql_metrics")]
pub(crate) use self::postgresql_metrics::*;
Expand Down

0 comments on commit 55ec249

Please sign in to comment.