Skip to content

Commit 126ba17

Browse files
authored
Add note about soft deprecation for service checks (#19804)
1 parent 38a30a7 commit 126ba17

File tree

1 file changed

+4
-0
lines changed
  • datadog_checks_base/datadog_checks/base/checks

1 file changed

+4
-0
lines changed

datadog_checks_base/datadog_checks/base/checks/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,10 @@ def service_check(self, name, status, tags=None, hostname=None, message=None, ra
955955
# type: (str, ServiceCheckStatus, Sequence[str], str, str, bool) -> None
956956
"""Send the status of a service.
957957
958+
!!! warning "Soft Deprecation"
959+
When building new checks avoid submitting service checks.
960+
**Checks that already submit service checks will continue to do so.**
961+
958962
Parameters:
959963
name (str):
960964
the name of the service check

0 commit comments

Comments
 (0)