Ben Johnson
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...
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...
Reverse DNS lookup for an IP address. ## Example ``` .domain = reverse_dns("8.8.8.8") ``` Result: ```json { "domain": "dns.google.com" } ```
The `http` source should add an event `host` key that represents the upstream hostname/IP.
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...
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...
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...