Releases: autometrics-dev/am
Releases · autometrics-dev/am
v0.6.0
What's Changed
- add api server endpoint for
am list
functionality by @mellowagain in #140 - Proxy static files by @flenter in #141
- [am list] Better project detection by @gagbo in #143
- Use different log message if the upstream returns a client/server error by @hatchan in #146
- turn
am
into a full workspace by @mellowagain in #147 - golang method detection by @gagbo in #148
- Update dependencies and versions by @hatchan in #150
- implement autometrics for integrated web server by @mellowagain in #153
- [am list] Add subcommand to instrument source code by @gagbo in #152
- display pretty urls after start by @mellowagain in #154
- update dependencies by @mellowagain in #155
- release v0.6.0 by @mellowagain in #156
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- enable prometheus write endpoint by default by @mellowagain in #136
- Include am_list inside am by @gagbo in #131
- Add docs related to am's container by @hatchan in #135
- release v0.5.0 by @mellowagain in #137
- fix
version
grep forCargo.toml
in release workflow by @mellowagain in #138
New Contributors
Full Changelog: v0.4.1...v0.5.0
v0.4.1
If you are using the Docker container, then please update it to autometrics/am
.
The images in fiberplane/am
will not be updated anymore (including latest
). Any new version will only be uploaded to autometrics/am
(starting with v0.4.1
). The binary in v0.4.1
should be the same as v0.4.0
.
What's Changed
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- calculate sha256sum in the release workflow by @mellowagain in #101
- Add display name and use clap-markdown fork by @keturiosakys in #103
- Cherry-pick v0.2.1 into main by @hatchan in #107
- Add 'publish to brew tap' job by @keturiosakys in #108
- add updater by @mellowagain in #102
- update
hermit-abi
to non-yanked version by @mellowagain in #110 - Add trigger for CLI reference update in docs by @keturiosakys in #111
- pass correct listen address to prometheus and pushgateway by @mellowagain in #112
- Workflow fixes and tweaks by @hatchan in #109
- store prometheus config in unique temporary location by @mellowagain in #113
- add
init
sub command to create a config interactively by @mellowagain in #117 - add dockerfile and release docker container workflow by @mellowagain in #118
- Update changelog for v0.3.0 by @hatchan in #121
- Default to CDN version of explorer by @hatchan in #120
- Dump logs if prometheus or pushgateway return a non 0 exit code by @hatchan in #122
- Update changelog for PR #120 by @hatchan in #123
- Update dependencies by @hatchan in #124
- Fix multiarch docker image for arm64 users by @hatchan in #125
- Markdown reference generator - disable toc by @keturiosakys in #127
- Implement
am proxy
command by @brettimus in #128 - Update dependencies to the latest version by @hatchan in #130
- Release 0.4.0 by @hatchan in #132
Full Changelog: v0.2.0...v0.4.0
v0.3.0
What's Changed
- calculate sha256sum in the release workflow by @mellowagain in #101
- Add display name and use clap-markdown fork by @keturiosakys in #103
- Cherry-pick v0.2.1 into main by @hatchan in #107
- Add 'publish to brew tap' job by @keturiosakys in #108
- add updater by @mellowagain in #102
- update
hermit-abi
to non-yanked version by @mellowagain in #110 - Add trigger for CLI reference update in docs by @keturiosakys in #111
- pass correct listen address to prometheus and pushgateway by @mellowagain in #112
- Workflow fixes and tweaks by @hatchan in #109
- store prometheus config in unique temporary location by @mellowagain in #113
- add
init
sub command to create a config interactively by @mellowagain in #117 - add dockerfile and release docker container workflow by @mellowagain in #118
Full Changelog: v0.2.0...v0.3.0
v0.2.1
v0.2.0
What's Changed
- Update README.md by @hatchan in #61
- Introduce --verbose flag to make the logs more verbose by @hatchan in #62
- Add audit and test workflow by @hatchan in #65
- Use host for job name by @hatchan in #66
- Change text regarding sampling endpoints by @hatchan in #64
- update to latest prometheus version by @mellowagain in #73
- save prometheus/pushgateway data in different directory by @mellowagain in #76
- update changelog with changes from pr #76 by @mellowagain in #77
- actually create the dir for prom data by @mellowagain in #78
- add discord subcommand by @mellowagain in #80
- Refactor web server setup + proxy
/metrics
to pushgateway by @mellowagain in #81 - Add TOML support by @hatchan in #67
- enable
honor_labels
if pushgateway is enabled by @mellowagain in #83 - Redirect graph to explorer while keeping the querystring intact by @hatchan in #84
- allow shorthand notion in config and remove
mod.rs
by @mellowagain in #85 - Allow the user to specify the scrape interval by @hatchan in #87
- add
explore
subcommand by @mellowagain in #89 - automatically load autometrics rules file into Prometheus by @mellowagain in #94
- release v0.2.0 by @mellowagain in #95
Full Changelog: v0.1.0...v0.2.0
v0.1.0: Initial release
What's Changed
- Initial version by @hatchan in #1
- Missing push by @hatchan in #3
- Use new modules layout by @hatchan in #15
- Instead of only copying the prometheus binary, simply extract everything by @hatchan in #17
- Add code owners files for automatic review request functionality by @hatchan in #18
- Add more flexible endpoints parser by @hatchan in #21
- Add support for only passing in the port for a metric endpoint by @hatchan in #26
- check endpoint for 2xx status code on
am start
by @mellowagain in #25 - Remove checking for the latest version and just use a hardcoded version by @hatchan in #27
- verify checksums on prometheus download by @mellowagain in #30
- Load CSS and JS files with a cache-busting param (temp solution) by @brettimus in #31
- Significant refactor of downloading and verifiying archive by @hatchan in #32
- add progress bars by @mellowagain in #29
- propagate errors from
tokio::task
s and makeam
windows compatible by @mellowagain in #36 - Alright fine undo the cloudflare cachebusting madness by @brettimus in #33
- Use svg favicon in index.html by @brettimus in #38
- Add markdown reference generator by @keturiosakys in #39
- print out details on startup by @mellowagain in #41
- Update readme by @hatchan in #48
- Add support for pushgateway by @hatchan in #42
- Multiple quality of life improvements by @hatchan in #50
- Various tweaks by @hatchan in #54
- add release workflow by @mellowagain in #56
- give write permission to attach artifacts workflow by @mellowagain in #57
- small readme update and screenshot by @mies in #55
- fix file name for release workflow by @mellowagain in #58
- Update README.md by @mies in #59
New Contributors
- @hatchan made their first contribution in #1
- @mellowagain made their first contribution in #25
- @brettimus made their first contribution in #31
- @keturiosakys made their first contribution in #39
Full Changelog: https://github.com/autometrics-dev/am/commits/v0.1.0