scross01 / prometheus-klipper-exporter

Prometheus Exporter for Klipper
MIT License
48 stars 10 forks source link

Added metrics related to the current print. #18

Closed danilodorgam closed 1 year ago

danilodorgam commented 1 year ago
scross01 commented 1 year ago

Thanks for the pull request submission, looks like a useful addition. I'll review the code this week and let you know if any changes are needed. The first commit appears to have updated all files, maybe a carriage return/line feed character issue.

danilodorgam commented 1 year ago

I believe that was it, my ide adjusted everything. I'll see how to fix

scross01 commented 1 year ago

I was able to resolve the line endings problem.

git config --global core.autocrlf true
git add --renormalize .

https://stackoverflow.com/questions/14564946/git-status-shows-changed-files-but-git-diff-doesnt

scross01 commented 1 year ago

Merged to main with some minor updates, and released with v0.10.0