Releases: pedro-stanaka/prom-scrape-analyzer
Releases · pedro-stanaka/prom-scrape-analyzer
v0.8.0 - Adds supports for scraping from file and exemplar support
What's Changed
- feat: add
--scrape.file
flag to scrape metrics from local files by @tjhop in #37 - chore: upgrade golangci-lint and fix linting by @pedro-stanaka in #71
- feat: add exemplar support for series visualization by @pedro-stanaka in #75
- feat: support searching/filtering label names with "l" hotkey by @tjhop in #50
Version bumps
- chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot[bot] in #38
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot[bot] in #43
- chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot[bot] in #47
- chore(deps): bump github.com/prometheus/prometheus from 0.301.0 to 0.302.1 by @dependabot[bot] in #40
- chore(deps): bump github.com/charmbracelet/bubbles from 0.20.0 to 0.21.0 by @dependabot[bot] in #52
- chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot[bot] in #53
- chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.6 by @dependabot[bot] in #66
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #72
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot[bot] in #74
- chore(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #73
- chore(deps): bump github.com/oklog/run from 1.1.0 to 1.2.0 by @dependabot[bot] in #62
- chore(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.23.0 by @dependabot[bot] in #69
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
New features
General updates
- chore(deps): bump github.com/thanos-io/thanos from 0.36.1 to 0.37.2 by @dependabot in #31
- chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 1.0.0 by @dependabot in #30
- chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #29
- Updating README with new features by @pedro-stanaka in #33
- chore(deps): bump github.com/charmbracelet/bubbletea from 1.1.0 to 1.3.3 by @dependabot in #28
- Update Prometheus to 3.1 and latest Thanos by @pedro-stanaka in #36
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- fix: panic when no metrics and you try to open in EDITOR by @tjhop in #22
- feat: add fuzzy search by @tjhop in #23
- Bump golang.org/x/net from 0.26.0 to 0.33.0 by @dependabot in #24
- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 by @dependabot in #25
- Configure dependabot by @pedro-stanaka in #26
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Adds ability to view series in text editor by pressing "v" or "enter" on a selected row by @swar8080 in #20
Full Changelog: v0.4.0...v0.5.0
Thanks to @swar8080 for making this possible!!! Great work.
v0.4.0
What's Changed
- Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #17
- Bump golang.org/x/crypto from 0.24.0 to 0.31.0 by @dependabot in #18
- Add ability to search by metric name by @swar8080 in #14
New Contributors
- @swar8080 made their first contribution in #14
- @dependabot made their first contribution in #17
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Allowing passing body size limit as cli arg by @pedro-stanaka in #13
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Adding planned features to README by @pedro-stanaka in #9
- Order labels by cardinality (and show its count) by @pedro-stanaka in #11
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Fix permissions to release binaries by @pedro-stanaka in #8
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Introduce linting by @pedro-stanaka in #6
- FIxing release of binaries by @pedro-stanaka in #7
Full Changelog: v0.1.1...v0.1.2
v0.1.1 - Releasing build files
What's Changed
- Creating workflow to release builds by @pedro-stanaka in #5
Full Changelog: v0.1.0...v0.1.1