Skip to content

Latest commit

 

History

History
98 lines (55 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

98 lines (55 loc) · 3.66 KB

CHANGELOG - go_expvar

1.10.2 / 2020-09-21 / Agent 7.23.0

  • [Fixed] Fix style for the latest release of Black. See #7438.

1.10.1 / 2020-08-10 / Agent 7.22.0

  • [Fixed] Update ntlm_domain example. See #7118.

1.10.0 / 2020-06-29 / Agent 7.21.0

  • [Added] Add note about warning concurrency. See #6967.

1.9.0 / 2020-05-17 / Agent 7.20.0

  • [Added] Allow optional dependency installation for all checks. See #6589.

1.8.0 / 2020-04-04 / Agent 7.19.0

  • [Added] Add additional logging. See #6128.
  • [Added] Add go_expvar.memstats.total_alloc.count . See #6005.
  • [Fixed] Update deprecated imports. See #6088.

1.7.2 / 2020-03-05 / Agent 7.18.0

  • [Fixed] Revert "Submit total_alloc as monotonic count". See #5972.

1.7.1 / 2020-02-22

  • [Fixed] Submit total_alloc as monotonic count. See #5703.

1.7.0 / 2019-12-02 / Agent 7.16.0

  • [Added] Adhere to logging style. See #5106.
  • [Added] Add count type to go_expvar. See #5097.
  • [Added] Add auth type to RequestsWrapper. See #4708.

1.6.0 / 2019-10-11 / Agent 6.15.0

  • [Added] Add option to override KRB5CCNAME env var. See #4578.

1.5.1 / 2019-09-04 / Agent 6.14.0

  • [Fixed] Fix error handling. See #4505.

1.5.0 / 2019-08-24

  • [Fixed] Update init method params. See #4243.
  • [Added] Add proxy settings support. See #3743.

1.4.0 / 2019-06-27 / Agent 6.13.0

  • [Added] Add monotonic_counter support to go_expvar. See #3992.

1.3.0 / 2019-06-20 / Agent 6.12.0

  • [Added] Do not compile regexes on each run. See #3949.

1.2.0 / 2019-05-14

  • [Added] Adhere to code style. See #3511.

1.1.0 / 2019-01-04 / Agent 6.9.0

  • [Added] Support Python 3. See #2833.

1.0.5 / 2018-11-30 / Agent 6.8.0

  • [Fixed] Use raw string literals when \ is present. See #2465.

1.0.4 / 2018-09-04 / Agent 6.5.0

  • [Fixed] Move Goexpvar to pytest. See #2089.
  • [Fixed] Add data files to the wheel package. See #1727.

1.0.3 / 2017-06-15

  • [BUGFIX] Fix path tag appended to all metrics matching path regex. See #472

1.0.2 / 2017-06-05

  • [FEATURE] Make the hardcoded expvar URL path optional in the configuration

1.0.1 / 2017-05-22

  • [FEATURE] ssl support for go_expvar check

1.0.0 / 2017-03-22

  • [FEATURE] adds go_expvar integration.