Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
7f8d9db
feat(opentelemetry sink): add gRPC transport support
thomasqueirozb Mar 20, 2026
f8bc78e
test(opentelemetry sink): add gRPC integration and e2e tests
thomasqueirozb Mar 20, 2026
a0c8e35
fix(opentelemetry sink): fix lifetime error in integration test
thomasqueirozb Mar 20, 2026
6526e41
fix(opentelemetry sink): align Protocol enum field types to fix schem…
thomasqueirozb Mar 20, 2026
41ae7a0
Add authors line to changelog
thomasqueirozb Mar 20, 2026
b29ccef
Use protocol.uri
thomasqueirozb Mar 20, 2026
d6d0cf0
Flatten otel config
thomasqueirozb Mar 23, 2026
9b91117
Fix changelog
thomasqueirozb Mar 23, 2026
8eb5ee5
feat(opentelemetry sink): restructure config with flat protocol enum …
thomasqueirozb Mar 24, 2026
b9c6cb7
fix(opentelemetry sink): split mixed-signal batches into per-signal r…
thomasqueirozb Mar 24, 2026
b3b175d
fix(opentelemetry sink): implement real gRPC healthcheck using standa…
thomasqueirozb Mar 24, 2026
c5883cd
fix(opentelemetry sink): make uri a Template to restore template synt…
thomasqueirozb Mar 24, 2026
efc5fc2
feat(opentelemetry sink): use Template for gRPC uri field
thomasqueirozb Mar 24, 2026
787df5b
Format
thomasqueirozb Mar 24, 2026
2c0093b
Regenerate docs
thomasqueirozb Mar 24, 2026
b7fabfc
Merge remote-tracking branch 'origin/master' into feat/opentelemetry-…
thomasqueirozb Mar 24, 2026
97a9070
Fix markdown
thomasqueirozb Mar 24, 2026
e24bee9
fix(opentelemetry sink): forward request headers as gRPC metadata, re…
thomasqueirozb Mar 24, 2026
88727d5
fix(opentelemetry sink): include request headers in gRPC healthcheck
thomasqueirozb Mar 26, 2026
571583c
fix(opentelemetry sink): render templated gRPC metadata values per batch
thomasqueirozb Mar 26, 2026
b98209c
feat(opentelemetry sink): support template syntax for gRPC URI
thomasqueirozb Mar 26, 2026
f29aa97
test(opentelemetry sink): add integration test for gRPC template URI
thomasqueirozb Mar 26, 2026
90b194b
Restrict grpc to only support logs and traces
thomasqueirozb Mar 26, 2026
1af1b93
fix(opentelemetry sink): partition gRPC batches by rendered URI and h…
thomasqueirozb Mar 26, 2026
03bdf87
fix(opentelemetry sink): enable TLS for templated HTTPS gRPC URIs
thomasqueirozb Mar 26, 2026
9f2627b
docs(opentelemetry sink): warn that dynamic URIs require trusted even…
thomasqueirozb Mar 26, 2026
fad896f
fix(opentelemetry sink): reject rendered gRPC URIs with non-http/http…
thomasqueirozb Mar 26, 2026
2afefd2
fix(opentelemetry sink): drop events whose rendered gRPC URI is https…
thomasqueirozb Mar 26, 2026
fea069a
fix(opentelemetry sink): emit ComponentEventsDropped, drop events on …
thomasqueirozb Mar 26, 2026
7e3ac8f
remove todos
thomasqueirozb Mar 26, 2026
99d2b07
docs(opentelemetry sink): warn that gRPC only supports none and gzip …
thomasqueirozb Mar 26, 2026
dc5e9e3
fix(opentelemetry sink): normalize use_https prefix check to lowercase
thomasqueirozb Mar 26, 2026
f88fcc4
fix(opentelemetry sink): warn instead of debug when skipping gRPC hea…
thomasqueirozb Mar 26, 2026
fbf1f15
perf(opentelemetry sink): wrap static gRPC headers in Arc to avoid pe…
thomasqueirozb Mar 26, 2026
050cf32
fix(opentelemetry sink): handle OTLP spans arriving as Log events in …
thomasqueirozb Mar 26, 2026
68e86f1
refactor(opentelemetry sink): flatten URI validation chain in gRPC si…
thomasqueirozb Mar 26, 2026
7a91179
refactor(sinks): extract shared HyperGrpcService to sinks/util/grpc
thomasqueirozb Mar 26, 2026
ddb9cab
docs(opentelemetry sink): remove incorrect 'Defaults to http' on requ…
thomasqueirozb Mar 26, 2026
26d490f
fix(opentelemetry sink): reject invalid static gRPC metadata headers …
thomasqueirozb Mar 26, 2026
33d815d
fix(opentelemetry sink): migrate stale config fixtures from nested pr…
thomasqueirozb Mar 26, 2026
f9a7079
fix(opentelemetry sink): tighten TLS heuristic, warn on OTLP partial-…
thomasqueirozb Mar 27, 2026
e8260a5
perf(opentelemetry sink): remove Arc<Mutex> from gRPC client cache — …
thomasqueirozb Mar 27, 2026
dc847b3
refactor(opentelemetry sink): replace accumulate!/push_signal!/drop_e…
thomasqueirozb Mar 27, 2026
42825ef
docs(opentelemetry sink): fix stale nested protocol format in quickst…
thomasqueirozb Mar 27, 2026
5f96591
perf(opentelemetry sink): clone only the needed tonic client per Serv…
thomasqueirozb Mar 27, 2026
c3c92b6
refactor(grpc): move URI validation to HyperGrpcService construction,…
thomasqueirozb Mar 27, 2026
2118217
refactor(opentelemetry sink): reduce visibility of internal gRPC type…
thomasqueirozb Mar 27, 2026
94a226d
perf(opentelemetry sink): use cached byte_size in ByteSizeOf::allocat…
thomasqueirozb Mar 30, 2026
7390499
fix(opentelemetry sink): include error_message in OTLP partial-succes…
thomasqueirozb Mar 30, 2026
000520d
refactor(opentelemetry sink): collapse partial-success let-chains and…
thomasqueirozb Mar 30, 2026
dd97e14
fix(opentelemetry sink): align gRPC batch config type with byte-size …
thomasqueirozb Mar 30, 2026
1b092d0
refactor(grpc): consolidate with_default_scheme into sinks/util/grpc,…
thomasqueirozb Mar 30, 2026
cb501e4
test(opentelemetry sink): use OpenTelemetryConfig in integration test…
thomasqueirozb Mar 30, 2026
0cf6564
Revert "fix(opentelemetry sink): align gRPC batch config type with by…
thomasqueirozb Mar 30, 2026
18e0eb5
docs(opentelemetry sink): document intentional use of event-based bat…
thomasqueirozb Mar 30, 2026
54ef34d
docs(opentelemetry sink): correct batch settings comment — event coun…
thomasqueirozb Mar 30, 2026
908f733
fix(opentelemetry sink): honour cx.healthcheck.uri override in gRPC h…
thomasqueirozb Mar 30, 2026
c00904d
emit dropped events metric when dropping non-OTLP formatted events
thomasqueirozb Mar 30, 2026
23bc104
fix(opentelemetry sink): mark dropped events as Rejected and propagat…
thomasqueirozb Mar 30, 2026
4c1ec91
fix(opentelemetry sink): skip healthcheck for dynamic headers; reject…
thomasqueirozb Apr 1, 2026
0d005ba
fix(opentelemetry sink): support URI path prefixes for gRPC reverse p…
thomasqueirozb Apr 1, 2026
d0306a7
fix(opentelemetry sink): reject dynamic URI templates with no static …
thomasqueirozb Apr 1, 2026
2967c26
fix(opentelemetry sink): always use TLS-capable connector to support …
thomasqueirozb Apr 1, 2026
488f831
fix(opentelemetry sink): lowercase header keys before gRPC metadata v…
thomasqueirozb Apr 1, 2026
0c8ed04
fix(docs): correct headers field path and fix indentation in OTLP exa…
thomasqueirozb Apr 1, 2026
0199ad4
fix(sinks): gate grpc util module behind sinks-opentelemetry and sink…
thomasqueirozb Apr 1, 2026
c8fdcc2
test(opentelemetry sink): await healthcheck future in integration tests
thomasqueirozb Apr 1, 2026
e91e9d1
fix(sinks): validate URI has authority in with_default_scheme to prev…
thomasqueirozb Apr 1, 2026
73032d0
fix(opentelemetry sink): emit accurate healthcheck skip warnings per …
thomasqueirozb Apr 1, 2026
d3dc667
feat(opentelemetry sink): support legacy nested config fallback and f…
sakateka Jul 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 6 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
vdev = "run --quiet --package vdev --"

[env]
# Build with large pages so that Vector runs on systems with 64k pages or less (e.g. 4k) to support
# CentOS 7, 8, and a few other Linux distributions.
# Build jemalloc assuming 64K pages so binaries also run on aarch64 hosts whose
# kernels ship with a 64K page size (notably EL8 aarch64). On 4K-page hosts this
# coarsens jemalloc's allocation granularity; no regression was measured in
# https://github.com/vectordotdev/vector/pull/18481.
JEMALLOC_SYS_WITH_LG_PAGE = "16"

[target.'cfg(all())']
rustflags = [
"-D", "warnings",
"-Dclippy::print_stdout",
"-Dclippy::print_stderr",
"-Dclippy::dbg_macro",
Expand Down Expand Up @@ -35,4 +38,4 @@ rustflags = ["-C", "link-args=-rdynamic"]

[target.x86_64-pc-windows-msvc]
# https://github.com/dtolnay/inventory/issues/58
rustflags = ["-C", "codegen-units=1"]
rustflags = ["-C", "codegen-units=1", "-Ctarget-feature=+crt-static"]
386 changes: 386 additions & 0 deletions .claude/skills/vector-components-maturity-eval/SKILL.md

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
.github/workflows/regression.yml @vectordotdev/vector @vectordotdev/single-machine-performance
regression/config.yaml @vectordotdev/vector @vectordotdev/single-machine-performance

docs/ @vectordotdev/vector @vectordotdev/documentation
website/ @vectordotdev/vector
website/content @vectordotdev/vector @vectordotdev/documentation
website/cue/reference @vectordotdev/vector @vectordotdev/documentation
tests/antithesis/ @vectordotdev/vector @vectordotdev/single-machine-performance

website/ @vectordotdev/vector
website/js @vectordotdev/vector @vectordotdev/vector-website
website/layouts @vectordotdev/vector @vectordotdev/vector-website
website/scripts @vectordotdev/vector @vectordotdev/vector-website
website/data @vectordotdev/vector @vectordotdev/vector-website
website/* @vectordotdev/vector @vectordotdev/vector-website

# Keep documentation team paths in sync with .github/workflows/add_docs_review_label.yml
/*.md @vectordotdev/vector @vectordotdev/documentation
docs/ @vectordotdev/vector @vectordotdev/documentation
deprecation.d/ @vectordotdev/vector @vectordotdev/documentation
website/content @vectordotdev/vector @vectordotdev/documentation
website/cue/reference @vectordotdev/vector @vectordotdev/documentation
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: "Q&A"
labels: [ q-a ]
labels: [q-a]
body:
- type: markdown
attributes:
Expand Down
152 changes: 76 additions & 76 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,94 +1,94 @@
name: Bug
description: 🐛 Let us know about an unexpected error, a crash, or an incorrect behavior.
type: 'Bug'
type: "Bug"
body:
- type: markdown
attributes:
value: |
Thank you for opening 🐛 bug report!
- type: markdown
attributes:
value: |
Thank you for opening 🐛 bug report!

- type: textarea
attributes:
label: A note for the community
value: |
<!-- Please keep this note for the community -->
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!-- Thank you for keeping this note for the community -->
- type: textarea
attributes:
label: A note for the community
value: |
<!-- Please keep this note for the community -->
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!-- Thank you for keeping this note for the community -->

- type: textarea
id: problem
attributes:
label: Problem
description: >
Please provide a clear and concise description of what the bug is,
including what currently happens and what you expected to happen.
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem
description: >
Please provide a clear and concise description of what the bug is,
including what currently happens and what you expected to happen.
validations:
required: true

- type: textarea
id: config
attributes:
label: Configuration
description: |
Paste the relevant parts of your Vector configuration file.
- type: textarea
id: config
attributes:
label: Configuration
description: |
Paste the relevant parts of your Vector configuration file.

!! If your config files contain sensitive information please remove it !!
render: text
!! If your config files contain sensitive information please remove it !!
render: text

- type: input
id: version
attributes:
label: Version
description: |
Please paste the output of running `vector --version`.
- type: input
id: version
attributes:
label: Version
description: |
Please paste the output of running `vector --version`.

If you are not running the latest version of Vector, please try upgrading
because your issue may have already been fixed.
validations:
required: true
If you are not running the latest version of Vector, please try upgrading
because your issue may have already been fixed.
validations:
required: true

- type: textarea
id: debug
attributes:
label: Debug Output
description: |
Full debug output can be obtained by running Vector with the following:
- type: textarea
id: debug
attributes:
label: Debug Output
description: |
Full debug output can be obtained by running Vector with the following:

```
RUST_BACKTRACE=full vector -vvv <rest of commands>
```
```
RUST_BACKTRACE=full vector -vvv <rest of commands>
```

If the debug output is long, please create a GitHub Gist containing the debug output and paste the link here.
If the debug output is long, please create a GitHub Gist containing the debug output and paste the link here.

!! Debug output may contain sensitive information. Please review it before posting publicly. !!
render: text
!! Debug output may contain sensitive information. Please review it before posting publicly. !!
render: text

- type: textarea
id: data
attributes:
label: Example Data
description: |
Please provide any example data that will help debug the issue, for example:
- type: textarea
id: data
attributes:
label: Example Data
description: |
Please provide any example data that will help debug the issue, for example:

```
201.69.207.46 - kemmer6752 [07/06/2019:14:53:55 -0400] "PATCH /innovative/interfaces" 301 669
```
```
201.69.207.46 - kemmer6752 [07/06/2019:14:53:55 -0400] "PATCH /innovative/interfaces" 301 669
```

- type: textarea
id: context
attributes:
label: Additional Context
description: |
Is there anything atypical about your situation that we should know? For
example: is Vector running in Kubernetes? Are you passing any unusual command
line options or environment variables to opt-in to non-default behavior?
- type: textarea
id: context
attributes:
label: Additional Context
description: |
Is there anything atypical about your situation that we should know? For
example: is Vector running in Kubernetes? Are you passing any unusual command
line options or environment variables to opt-in to non-default behavior?

- type: textarea
id: references
attributes:
label: References
description: |
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
- type: textarea
id: references
attributes:
label: References
description: |
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:

- #6017
- #6017
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ contact_links:
- name: Twitter
url: https://twitter.com/vectordotdev
about: Follow us and stay up to date with Vector.

Loading
Loading