Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 12 additions & 155 deletions Cargo.lock

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

17 changes: 4 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ name = "vector"
test = false
bench = false

[[bin]]
name = "graphql-schema"
path = "src/api/schema/gen.rs"
test = false
bench = false
required-features = ["default-no-api-client"]

[[bin]]
name = "secret-backend-example"
path = "src/config/loading/secret_backend_example.rs"
Expand Down Expand Up @@ -329,10 +322,6 @@ smpl_jwt = { version = "0.8.0", default-features = false, optional = true }
lapin = { version = "2.5.3", default-features = false, features = ["native-tls"], optional = true }
deadpool = { version = "0.12.2", default-features = false, features = ["managed", "rt_tokio_1"], optional = true }

# API
async-graphql = { version = "7.0.17", default-features = false, optional = true, features = ["chrono", "playground"] }
async-graphql-warp = { version = "7.0.17", default-features = false, optional = true }

# Opentelemetry

hex = { version = "0.4.3", default-features = false, optional = true }
Expand Down Expand Up @@ -543,9 +532,11 @@ docker = ["dep:bollard", "dep:dirs-next"]

# API
api = [
"dep:async-graphql",
"dep:async-graphql-warp",
"dep:base64",
"dep:tonic",
"dep:prost",
"dep:prost-types",
"protobuf-build",
"vector-lib/api",
]

Expand Down
9 changes: 0 additions & 9 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ arrow-row,https://github.com/apache/arrow-rs,Apache-2.0,Apache Arrow <dev@arrow.
arrow-schema,https://github.com/apache/arrow-rs,Apache-2.0,Apache Arrow <[email protected]>
arrow-select,https://github.com/apache/arrow-rs,Apache-2.0,Apache Arrow <[email protected]>
arrow-string,https://github.com/apache/arrow-rs,Apache-2.0,Apache Arrow <[email protected]>
ascii,https://github.com/tomprogrammer/rust-ascii,Apache-2.0 OR MIT,"Thomas Bahn <[email protected]>, Torbjørn Birch Moltu <[email protected]>, Simon Sapin <[email protected]>"
async-broadcast,https://github.com/smol-rs/async-broadcast,MIT OR Apache-2.0,"Stjepan Glavina <[email protected]>, Yoshua Wuyts <[email protected]>, Zeeshan Ali Khan <[email protected]>"
async-channel,https://github.com/smol-rs/async-channel,Apache-2.0 OR MIT,Stjepan Glavina <[email protected]>
async-compression,https://github.com/Nullus157/async-compression,MIT OR Apache-2.0,"Wim Looman <[email protected]>, Allen Bui <[email protected]>"
Expand All @@ -56,7 +55,6 @@ async-graphql,https://github.com/async-graphql/async-graphql,MIT OR Apache-2.0,"
async-graphql-derive,https://github.com/async-graphql/async-graphql,MIT OR Apache-2.0,"sunli <[email protected]>, Koxiaet"
async-graphql-parser,https://github.com/async-graphql/async-graphql,MIT OR Apache-2.0,"sunli <[email protected]>, Koxiaet"
async-graphql-value,https://github.com/async-graphql/async-graphql,MIT OR Apache-2.0,"sunli <[email protected]>, Koxiaet"
async-graphql-warp,https://github.com/async-graphql/async-graphql,MIT OR Apache-2.0,"sunli <[email protected]>, Koxiaet"
async-io,https://github.com/smol-rs/async-io,Apache-2.0 OR MIT,Stjepan Glavina <[email protected]>
async-lock,https://github.com/smol-rs/async-lock,Apache-2.0 OR MIT,Stjepan Glavina <[email protected]>
async-nats,https://github.com/nats-io/nats.rs,Apache-2.0,"Tomasz Pietrek <[email protected]>, Casper Beyer <[email protected]>"
Expand Down Expand Up @@ -317,11 +315,6 @@ glob,https://github.com/rust-lang/glob,MIT OR Apache-2.0,The Rust Project Develo
gloo-timers,https://github.com/rustwasm/gloo/tree/master/crates/timers,MIT OR Apache-2.0,Rust and WebAssembly Working Group
goauth,https://github.com/durch/rust-goauth,MIT,Drazen Urch <[email protected]>
governor,https://github.com/boinkor-net/governor,MIT,Andreas Fuchs <[email protected]>
graphql-introspection-query,https://github.com/graphql-rust/graphql-client,Apache-2.0 OR MIT,Tom Houlé <[email protected]>
graphql-parser,https://github.com/graphql-rust/graphql-parser,MIT OR Apache-2.0,Paul Colomiets <[email protected]>
graphql_client,https://github.com/graphql-rust/graphql-client,Apache-2.0 OR MIT,Tom Houlé <[email protected]>
graphql_client_codegen,https://github.com/graphql-rust/graphql-client,Apache-2.0 OR MIT,Tom Houlé <[email protected]>
graphql_query_derive,https://github.com/graphql-rust/graphql-client,Apache-2.0 OR MIT,Tom Houlé <[email protected]>
greptime-proto,https://github.com/GreptimeTeam/greptime-proto,Apache-2.0,The greptime-proto Authors
greptimedb-ingester,https://github.com/GreptimeTeam/greptimedb-ingester-rust,Apache-2.0,The greptimedb-ingester Authors
grok,https://github.com/mmastrac/grok,Apache-2.0,"Matt Mastracci <[email protected]>, Michael Nitschinger <[email protected]>"
Expand Down Expand Up @@ -843,7 +836,6 @@ unicode-width,https://github.com/unicode-rs/unicode-width,MIT OR Apache-2.0,"kwa
unicode-xid,https://github.com/unicode-rs/unicode-xid,MIT OR Apache-2.0,"erick.tryzelaar <[email protected]>, kwantam <[email protected]>, Manish Goregaokar <[email protected]>"
unit-prefix,https://codeberg.org/commons-rs/unit-prefix,MIT,"Fabio Valentini <[email protected]>, Benjamin Sago <[email protected]>"
universal-hash,https://github.com/RustCrypto/traits,MIT OR Apache-2.0,RustCrypto Developers
unreachable,https://github.com/reem/rust-unreachable,MIT OR Apache-2.0,Jonathan Reem <[email protected]>
unsafe-libyaml,https://github.com/dtolnay/unsafe-libyaml,MIT,David Tolnay <[email protected]>
untrusted,https://github.com/briansmith/untrusted,ISC,Brian Smith <[email protected]>
uom,https://github.com/iliekturtles/uom,Apache-2.0 OR MIT,Mike Boutin <[email protected]>
Expand All @@ -857,7 +849,6 @@ utf8parse,https://github.com/alacritty/vte,Apache-2.0 OR MIT,"Joe Wilm <joe@jwil
uuid,https://github.com/uuid-rs/uuid,Apache-2.0 OR MIT,"Ashley Mannix<[email protected]>, Dylan DPC<[email protected]>, Hunar Roop Kahlon<[email protected]>"
uuid-simd,https://github.com/Nugine/simd,MIT,The uuid-simd Authors
valuable,https://github.com/tokio-rs/valuable,MIT,The valuable Authors
void,https://github.com/reem/rust-void,MIT,Jonathan Reem <[email protected]>
vrl,https://github.com/vectordotdev/vrl,MPL-2.0,Vector Contributors <[email protected]>
vsimd,https://github.com/Nugine/simd,MIT,The vsimd Authors
vte,https://github.com/alacritty/vte,Apache-2.0 OR MIT,"Joe Wilm <[email protected]>, Christian Duerr <[email protected]>"
Expand Down
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ fn main() {
println!("cargo:rerun-if-changed=proto/vector/dd_trace.proto");
println!("cargo:rerun-if-changed=proto/vector/ddsketch_full.proto");
println!("cargo:rerun-if-changed=proto/vector/vector.proto");
println!("cargo:rerun-if-changed=proto/vector/observability.proto");

// Create and store the "file descriptor set" from the compiled Protocol Buffers packages.
//
Expand Down Expand Up @@ -147,6 +148,7 @@ fn main() {
"proto/third-party/google/pubsub/v1/pubsub.proto",
"proto/third-party/google/rpc/status.proto",
"proto/vector/vector.proto",
"proto/vector/observability.proto",
],
&[
"proto/third-party",
Expand Down
Loading
Loading