Skip to content

Commit 1be6936

Browse files
authored
1 parent 3912f18 commit 1be6936

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

http_check/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 13.0.0 / 2026-07-29
6+
7+
***Changed***:
8+
9+
* The `http_status_code` tag that 12.7.0 added unconditionally to `network.http.can_connect`, `network.http.cant_connect` and `network.http.response_time`, first shipped in Agent 7.81.0, is no longer emitted by default: it split each metric into one context per status code, which changed how existing monitors evaluate. A single `http_outcome` tag is available behind the new `enable_http_outcome_tag` option instead, carrying the HTTP status code of the response, or, on `network.http.can_connect` and `network.http.cant_connect` when no response was received, one of `ssl_error`, `timeout`, `connection_error` or `socket_error`. ([#24650](https://github.com/DataDog/integrations-core/pull/24650))
10+
511
## 12.7.1 / 2026-06-18 / Agent 7.81.0
612

713
***Fixed***:

http_check/changelog.d/24650.changed

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2018-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = "12.7.1"
4+
__version__ = "13.0.0"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ datadog-hdfs-namenode==7.4.0; sys_platform != 'win32'
9999
datadog-hive==2.4.0
100100
datadog-hivemq==2.4.0
101101
datadog-hpe-aruba-edgeconnect==1.0.1
102-
datadog-http-check==12.7.1
102+
datadog-http-check==13.0.0
103103
datadog-hudi==4.3.0
104104
datadog-hugging-face-tgi==1.5.1
105105
datadog-hyperv==3.4.0; sys_platform == 'win32'

0 commit comments

Comments
 (0)