diff --git a/.gitignore b/.gitignore index 7db351a..f3a728b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -prometheus-decoder \ No newline at end of file +/prometheus-decoder \ No newline at end of file diff --git a/README.md b/README.md index b18f7c3..29ddcf5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ This project uses GitHub Actions to automatically build and publish releases whe ``` 4. GitHub Actions will automatically build binaries for multiple platforms and create a new release +### ToDo + + - [ ] Do we want to keep this at all? Or can we find a better way to share the way to access metric recordings? + ### Version History - v0.1.0 - Initial release diff --git a/prometheus-decoder b/prometheus-decoder deleted file mode 100755 index 56e0e42..0000000 Binary files a/prometheus-decoder and /dev/null differ