Aaron Forster

Results 7 comments of Aaron Forster

On the multiple targets it does not actually go against the guidelines. The statement "Each exporter should monitor exactly one instance application, preferably sitting right beside it on the same...

I am currently experiencing this issue. I don't fully understand your workaround because I already have a go.mod file for the go code I'm building. Is there a way to...

This would benefit me as well.

That's what I assumed but now I'm not sure. There are only 3 permissions I can choose for an API key; "Viewer," "Editor" and "Admin." This key is set to...

Cool, I'll probably implement it after a few of the other PRs you'll see from me.

Additional troubleshooting shows that: A) Only one file is restored even if the file string matches multiple files I.E. $ ./grafana-backup -verbose restore testEnvironmentBackup/*.json Dashboard restored from testEnvironmentBackup/app-team-roll-up-start.db.json. B) It...

O.K. I see what's causing A. It's shell expansion. It imports multiple files if you quote the restore pattern. $ ./grafana-backup -verbose restore 'testEnvironmentBackup/*' For: $ ./grafana-backup -verbose restore testEnvironmentBackup/*...