Nicolas Leiva

Results 6 comments of Nicolas Leiva

If anyone takes this one during the NANOG hackathon, I can answer any questions here or on Twitter that day. Good luck!

Look at [comment-2](https://dmitri.shuralyov.com/idiomatic-go/entries/5#comment-2). `example(s)` could be a collection of them (as in [packer](https://github.com/hashicorp/packer/tree/master/examples)), unlike `errors`, `strings`, and `bytes`. The `encoding` example is an excellent reference (`encoding/json`, `encoding/xml`, `encoding/gob`). I agree...

Yeah, @bekriebel noticed another changed as well (https://github.com/nleiva/ansible-role-grafana_agent/commit/06306f4af136f242602c21e81ef8df4da75edac4). Feel free to submit a PR, I have not had a chance to test this myself yet.

Could you provide a config example with these labels?

Thanks. The current config looks like this: ```yaml prometheus: wal_directory: /tmp/grafana-agent-wal global: scrape_interval: 15s configs: null ``` Maybe we can make it something like: ```yaml prometheus: wal_directory: /tmp/grafana-agent-wal global: scrape_interval:...

Time and/or a PR. Thanks