Skip to content

Releases: node-pulse/agent

v0.1.12

01 Nov 07:56
b35d3e7

Choose a tag to compare

Changelog

  • 38950f4 feat: add process snapshot support and update metrics parsing logic
  • b35d3e7 feat: improve batch processing by grouping files by exporter and selecting oldest for efficient sending

v0.1.11

01 Nov 02:48
7e73df4

Choose a tag to compare

Changelog

  • 65a5d16 feat: add process exporter support and configuration to metrics agent
  • 7e73df4 feat: enhance process exporter metrics parsing and update sender to handle new structure
  • d0e488c refactor: remove unused time import from exporter interface

v0.1.10

31 Oct 02:41
46fd7cd

Choose a tag to compare

Changelog

  • 46fd7cd refactor: update logger configuration tags from yaml to mapstructure

v0.1.9

31 Oct 02:14
a3ff078

Choose a tag to compare

Changelog

  • 7780619 Implement new feature for user authentication and improve error handling
  • 7803337 Refactor configuration to support multiple Prometheus exporters
  • a35dc6e feat: add NodeExporter metrics parsing and update sender to use new structure
  • 6a76273 feat: implement independent scraper loops for multiple exporters with configurable intervals
  • a3ff078 fix: skip test if metrics.txt is not found instead of failing

v0.1.8

30 Oct 20:08
5120c07

Choose a tag to compare

Changelog

  • 5120c07 feat: implement Prometheus metrics parsing and JSON serialization with tests

v0.1.7

30 Oct 02:24
f413959

Choose a tag to compare

Changelog

  • f413959 fix: ensure collection timestamps are in UTC for immediate and periodic scrapes

v0.1.6

28 Oct 08:01
eb474f6

Choose a tag to compare

Changelog

  • e82e597 feat: align collection timestamps in Prometheus metrics scraping
  • eb474f6 fix: update logging to use RFC3339 format for collection timestamps and remove legacy scrape function

v0.1.5

28 Oct 05:46
43dd6c9

Choose a tag to compare

Changelog

  • e9b0b06 fix: update file paths for server ID and PID file to use 'nodepulse' instead of 'node-pulse'
  • 43dd6c9 refactor: rename 'node-pulse' to 'nodepulse' across configuration, documentation, and codebase

v0.1.4

28 Oct 05:35
378296d

Choose a tag to compare

Changelog

  • c197056 feat: add GitHub Actions workflow for building and testing Go application
  • 378296d fix: add upload step for build artifacts in GitHub Actions workflow
  • 2b5387d refactor: update command references and remove updater functionality

v0.1.3

28 Oct 05:01
dd31d70

Choose a tag to compare

Changelog

  • dd31d70 fix: update ldflags to reference correct package for versioning