Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: switch to exporter-toolkit, use std embed instead of go-bindata #16

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2023

  1. go.mod: update

    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    513d2be View commit details
    Browse the repository at this point in the history
  2. ci: add goreleaser

    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    77ff235 View commit details
    Browse the repository at this point in the history
  3. replace go-bindata with std embed

    Signed-off-by: Vladimir Ermakov <[email protected]>
    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    59a13b0 View commit details
    Browse the repository at this point in the history
  4. use std slog, add config test, fix golangci-lint errors

    Signed-off-by: Vladimir Ermakov <[email protected]>
    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7dbf9fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61afe38 View commit details
    Browse the repository at this point in the history
  6. ci: update lint go version

    Signed-off-by: Vladimir Ermakov <[email protected]>
    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1537a39 View commit details
    Browse the repository at this point in the history
  7. port to prometheu exporter toolkit

    Signed-off-by: Vladimir Ermakov <[email protected]>
    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9a5dd65 View commit details
    Browse the repository at this point in the history
  8. make lint happy

    Signed-off-by: Vladimir Ermakov <[email protected]>
    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    54ab95e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from sardinasystems/use-embed

    Use embed
    vooon authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7b2310a View commit details
    Browse the repository at this point in the history
  10. readme: update

    Signed-off-by: Vladimir Ermakov <[email protected]>
    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    595b493 View commit details
    Browse the repository at this point in the history
  11. goreleaser: fix main file

    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f544f94 View commit details
    Browse the repository at this point in the history
  12. goreleaser: fix .Env tempaltes

    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    da07db3 View commit details
    Browse the repository at this point in the history
  13. move config files to a config module to make goreleaser happy

    Signed-off-by: Vladimir Ermakov <[email protected]>
    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c90eb40 View commit details
    Browse the repository at this point in the history
  14. add sample unit file

    Signed-off-by: Vladimir Ermakov <[email protected]>
    vooon committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c9b4b3f View commit details
    Browse the repository at this point in the history