Skip to content

Releases: circonus-labs/circonus-unified-agent

v0.2.10

09 Mar 21:48
Compare
Choose a tag to compare

v0.2.10

  • feat(ping): add option no_rtt_histograms
  • feat(sqlserver): add support for sys.dm_exec_procedure_stats
  • build(deps): bump github.com/go-ping/ping from 0.0.0-20210506233800-ff8be3320020 to 1.1.0
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.2
  • fix: x86_64 -> amd64 in windows installer
  • feat: clarify cache check config usage messages

v0.2.9

07 Feb 21:47
Compare
Choose a tag to compare

v0.2.9

  • fix: don't exit if err accessing conf.d print warning
  • fix: clarify error when failure reading conf.d
  • fix: rpm/deb builder to use conf.d not config.d

v0.2.8

06 Feb 17:41
Compare
Choose a tag to compare

v0.2.8

  • fix(postgres_extensible): S1011 remove loop
  • fix(shim): SA4009 overwrite arg
  • fix(internal): SA1019 math/rand.Read -> crypto/rand.Read (math/rand.Read deprecated in 1.20)
  • fix: deprecations
  • fix: struct alignment
  • feat(cloudwatch): Remove log warning for empty AWS values which spams the log file
  • feat(cloudwatch): Demote the null CloudWatch sample log message to debug
  • feat: add azure_monitor support
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.10 to 3.23.1

v0.2.7

19 Jan 19:11
Compare
Choose a tag to compare

v0.2.7

  • fix: do not return error when there is no error
  • fix: embed tz info for windows

v0.2.6

06 Dec 13:24
Compare
Choose a tag to compare

v0.2.6

  • fix: sign with corp cert now that it is working

v0.2.5

15 Nov 15:09
Compare
Choose a tag to compare

v0.2.5

  • fix: sign binaries immediately after build, before archives built not after

v0.2.3

11 Nov 12:35
Compare
Choose a tag to compare

v0.2.3

  • fix: instructions brew services not brew servcie

v0.2.2

11 Nov 12:21
Compare
Choose a tag to compare

v0.2.2

  • fix: typo in brew service definition
  • fix: proto: duplicate proto type registered message on startup
  • feat: add logger to parser.json_v2

v0.2.1

10 Nov 14:35
Compare
Choose a tag to compare

v0.2.1

  • fix: homebrew tap

v0.2.0

09 Nov 20:01
Compare
Choose a tag to compare

v0.2.0

  • fix: call to circmgr.Initialize
  • fix: log warning on invalid circmgr config - don't return error
  • feat: log fatal error if circmgr cannot be initialized
  • fix: emit a warn message and return what agent.circonus config settings there are
  • fix: clarify message when no agent.circonus.api_token set
  • doc: outputs.circonus.api_token is not required, agent.circonus.api_token is required. clarify documentation.
  • fix: add new common settings (check_target, check_tags, check_display_name) for input plugins
  • fix: docker images
  • fix: gitignore test configs *.conf
  • feat: gitignore test configs in etc/conf.d/*.conf