Ben Johnson

Results 73 issues of Ben Johnson

Docker has a [runtime metrics](https://docs.docker.com/config/containers/runmetrics/) feature. I'd like to collect this data, but I have a couple of important questions: 1. How would this overlap with a `server_metrics` source? A...

needs: approval
needs: requirements
platform: docker
type: feature
domain: metrics
source: new

A 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...

domain: sinks
have: should
type: feature
sink: new

Reverse DNS lookup for an IP address. ## Example ``` .domain = reverse_dns("8.8.8.8") ``` Result: ```json { "domain": "dns.google.com" } ```

type: feature
domain: vrl
vrl: stdlib

The `http` source should add an event `host` key that represents the upstream hostname/IP.

type: enhancement
source: http_server
have: must
domain: enriching

Currently the `role` value accepts `Agent`, `Aggregator`, and `Stateless-Aggregator`. If possible, we should update this to reflect the two roles that we are communicating in the docs: `Agent` and `Aggregator`....

All of our libraries include automatic context to help identify where the logs are coming from. I'm unsure exactly what's available to us on the browser, but it would be...

enhancement
@timberio/browser

All of our libraries include automatic context to help identify where the logs are coming from. Critical pieces of data are: 1. `hostname` 2. `pid` It should look something like...

enhancement
@timberio/node

This is a nice to have feature but is not necessary. In other words, I only want to implement this if it's less than 2 hours of work. Calling `/test`...

In order for Athena to query new benchmarking data is must know about the partition. This is achieved by running a repair query: ```sql MSCK REPAIR TABLE vector_tests ``` This...

Before every test run we ensure all subject are stopped and that their data directories are cleaned. This reset process takes a couple of minutes, which isn't long, but could...