sustainable-computing-io / kepler-doc

Kepler uses eBPF to probe energy related system stats and exports as Prometheus metrics
https://sustainable-computing.io/
Apache License 2.0
13 stars 37 forks source link

docs: steps to integrate telegraf into kepler #139

Closed Shobhij closed 4 months ago

Shobhij commented 4 months ago

document covers steps to integrate telegraf into kepler.

rootfs commented 4 months ago

@Shobhij can you sign the DCO?

Ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally).
In your local branch, run: git rebase HEAD~4 --signoff
Force push your changes to overwrite the branch: git push --force-with-lease origin main
Shobhij commented 4 months ago

@Shobhij can you sign the DCO?

Ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally).
In your local branch, run: git rebase HEAD~4 --signoff
Force push your changes to overwrite the branch: git push --force-with-lease origin main

Done!!

Shobhij commented 4 months ago

Looks like by mistake my git rebase HEAD~41 -sign off command, signed off last 41 commits. Can anyone suggest how can I fix this? I was trying to signoff the commits on my pull request and by mistake did HEAD~41..