Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
933 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 13 commits in 2 repositories
Created 1 repository
Created a pull request in timberio/vector that received 5 comments
chore(prometheus sink): add internal metrics for prometheus_writer
A possible solution for #4948.
We can not emit! event in Service::call because the request can fail and data will be resent. As result, we will enc…
Opened 10 other pull requests in 2 repositories
timberio/vector
2
open
7
merged
- fix(vector sink): remove duplicated event
- chore(splunk_hec sink): fix test splunk_index_is_interpolated
- fix(config): fixing Compression parsing with tests
- fix(tests): require features for generate_configfile test
- feat(new source): Initial `postgresql_metrics` source implementation
- fix(tests): include config format test only with required features
- fix(prometheus sink): change logs level on request
- chore: unify metric names
- chore(statsd source): remove futures01::Stream from statsd tests
sfackler/rust-postgres
1
merged
Reviewed 11 pull requests in 1 repository
timberio/vector 11 pull requests
- enhancement: Set Accept-Encoding to identity for HTTP client
- enhancement(config): Enabled templating of the 'index' option of the splunk_hec sink
- chore(deps): bump crossterm from 0.18.0 to 0.18.2
- chore(deps): bump avro-rs from 0.11.0 to 0.12.0
- chore(deps): bump structopt from 0.3.19 to 0.3.21
- chore(deps): bump paste from 1.0.2 to 1.0.3
- chore(deps): bump sha2 from 0.9.1 to 0.9.2
- fix(elasticsearch sink): set content encoding header when compression is on
- chore(sources): upgrade Pipeline to futures 0.3 and tokio channels
- enhancement(socket source): Add UNIX datagram mode
- chore(deps): bump nom from 5.1.2 to 6.0.1
Created an issue in timberio/vector that received 3 comments
Support Accept-Encoding in Vector HTTP client
hyper does not support compression for responses out-of-box so we should add it to the code (async-compression should be helpful?).
Related with #3542