Skip to content

Latest commit

 

History

History
146 lines (80 loc) · 4.05 KB

CHANGELOG.md

File metadata and controls

146 lines (80 loc) · 4.05 KB

CHANGELOG - Prometheus

5.0.0 / 2024-10-04 / Agent 7.59.0

Removed:

  • Remove support for Python 2. (#18580)

Fixed:

  • Bump the version of datadog-checks-base to 37.0.0 (#18617)

4.0.0 / 2024-10-01 / Agent 7.58.0

Changed:

  • Bump minimum version of base check (#18733)

Added:

  • Bump the python version from 3.11 to 3.12 (#18212)

3.6.0 / 2024-01-05 / Agent 7.51.0

Added:

  • Bump the Python version from py3.9 to py3.11 (#15997)

3.5.1 / 2023-08-18 / Agent 7.48.0

Fixed:

  • Update datadog-checks-base dependency version to 32.6.0 (#15604)

3.5.0 / 2023-08-10

Added:

  • Update generated config models (#15212)

Fixed:

  • Fix types for generated config models (#15334)

3.4.1 / 2023-07-10 / Agent 7.47.0

Fixed:

  • Bump Python version from py3.8 to py3.9 (#14701)

3.4.0 / 2022-02-19 / Agent 7.35.0

Added:

  • Add pyproject.toml file (#11421)

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

3.3.1 / 2021-03-07 / Agent 7.27.0

Fixed:

  • Bump minimum base package version (#8443)

3.3.0 / 2020-05-17 / Agent 7.20.0

Added:

  • Allow optional dependency installation for all checks (#6589)

3.2.1 / 2020-04-04 / Agent 7.19.0

Fixed:

  • Update prometheus_client (#6200)
  • Update deprecated imports (#6088)

3.2.0 / 2019-05-14 / Agent 6.12.0

Added:

  • Adhere to code style (#3560)

Fixed:

  • Fix type override values in example config (#3717)

3.1.0 / 2019-02-18 / Agent 6.10.0

Added:

  • Support Python 3 (#3048)

3.0.1 / 2019-01-04 / Agent 6.9.0

Fixed:

  • Added crucial words to make sentence clearer (#2811) Thanks someword.
  • Change the prometheus example to use prometheus_url (#2790) Thanks someword.

3.0.0 / 2018-10-12 / Agent 6.6.0

Changed:

  • Change default prometheus metric limit to 2000 (#2248)

Fixed:

  • Temporarily increase the limit of prometheus metrics sent for 6.5 (#2214)

2.0.0 / 2018-09-04 / Agent 6.5.0

Changed:

  • Bump prometheus client library to 0.3.0 (#1866)

Added:

  • Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default (#2093)
  • Make HTTP request timeout configurable in prometheus checks (#1790)

Fixed:

  • Make sure all checks' versions are exposed (#1945)
  • Add data files to the wheel package (#1727)

1.0.0/ 2018-03-23

Added:

  • adds prometheus integration.