vectordotdev / vectordotdev/vector

New `grpc` source

Open
#573 23 comments 8 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

domain: external docs domain: sources sink: vector source: vector
Dominant language
Rust
Stars
22.6k
Forks
2.3k
Avg merge
1d 7h
Merged PRs (30d)
146

Description

We currently use the Stackdriver Go client compiled into our applications because I hate the extra stdout/stderr parsing overhead. I already have a structured log in hand, so why would I serialize it to json, print it to stdout and have it parsed back in with significant chances for parsing errors. I'd prefer to be able to ship the structured log directly to Vector and then have it directed to the appropriate sinks.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by reviewing existing source conventions and the gRPC integration requirements, then verify that structured logs can reach Vector and be routed to sinks without stdout/stderr JSON parsing.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, grpc, rust
Domain
backend-api-design, observability, stream-processing
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.