Skip to content

Commit

Permalink
Merge pull request #108 from syedriko/syedriko_log_2820_gcp_stackdriv…
Browse files Browse the repository at this point in the history
…er_logs

LOG-2820: Remove dependency on the ring crate from the GCP sink in Vector
  • Loading branch information
vimalk78 committed Aug 19, 2022
2 parents a6f728f + b9d7c08 commit 1630a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ ocp-logging = [
"sinks-kafka",
"sinks-loki",
"sinks-console",
"sinks-prometheus"
"sinks-prometheus",
"sinks-gcp"
]
# Default features for *-unknown-linux-gnu and *-apple-darwin
default = ["api", "api-client", "enrichment-tables", "sinks", "sources", "sources-dnstap", "transforms", "unix", "rdkafka/gssapi-vendored", "vrl-cli", "enterprise"]
Expand Down Expand Up @@ -679,7 +680,7 @@ sinks-datadog_metrics = ["protobuf-build", "sinks-azure_blob"]
sinks-datadog_traces = ["protobuf-build"]
sinks-elasticsearch = ["aws-core", "aws-sigv4", "transforms-metric_to_log"]
sinks-file = ["async-compression"]
sinks-gcp = ["base64", "goauth", "gouth", "smpl_jwt"]
sinks-gcp = ["base64", "goauth", "smpl_jwt"]
sinks-honeycomb = []
sinks-http = ["codecs"]
sinks-humio = ["sinks-splunk_hec", "transforms-metric_to_log"]
Expand Down
3 changes: 0 additions & 3 deletions src/sinks/gcp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ use crate::{
},
};

pub mod cloud_storage;
pub mod pubsub;
pub mod stackdriver_logs;
pub mod stackdriver_metrics;

const SERVICE_ACCOUNT_TOKEN_URL: &str =
"http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token";
Expand Down

0 comments on commit 1630a06

Please sign in to comment.