docs
docs copied to clipboard
Update grafana.md to include Exporter Quickstarts
Updated pre-built dashboard section to include a link to the exporter-specific quickstarts.
That looks fine to me except the node exporter with a tux logo, which excludes our BSD/Darwin/* users. Can you pick a more generic logo? (even if the guide is only for linux I find it a bit misleading :) )
For legal reasons, we require that all commits are signed with a DCO before we can merge them. See this blog post for considerations around this.
This means that the last line of your commit message should read like:
Signed-Off-By: Your Name <[email protected]>
If you are using GitHub through the web interface, it's quickest to close this PR and open a new one with the appropriate line.
If you are using Git on the command line, it is probably quickest to amend and force push. You can do that with
git commit --amend --signoff
git push -f $remote $remote_branch_for_pr
As always, be careful when force-pushing.
@scoren-gl reminder-poke :)