Skip to content

Commit

Permalink
TODO remove: trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirov-dd committed Feb 13, 2025
1 parent b0edb21 commit a6796e8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datadog_checks_base/datadog_checks/base/checks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
ONE_PER_CONTEXT_METRIC_TYPES = [aggregator.GAUGE, aggregator.RATE, aggregator.MONOTONIC_COUNT]
TYPO_SIMILARITY_THRESHOLD = 0.95

# TODO remove: trigger CI


@traced_class
class AgentCheck(object):
Expand Down
2 changes: 2 additions & 0 deletions glusterfs/datadog_checks/glusterfs/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

GSTATUS_PATH = '/opt/datadog-agent/embedded/sbin/gstatus'

# TODO remove: trigger CI


class GlusterfsCheck(AgentCheck):
__NAMESPACE__ = 'glusterfs'
Expand Down
2 changes: 2 additions & 0 deletions mesos_slave/datadog_checks/mesos_slave/mesos_slave.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

DEFAULT_MASTER_PORT = 5050

# TODO remove: trigger CI


class MesosSlave(AgentCheck):
GAUGE = AgentCheck.gauge
Expand Down
2 changes: 2 additions & 0 deletions mysql/datadog_checks/mysql/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
except ImportError:
from ..stubs import datadog_agent

# TODO remove: trigger CI


class MySql(AgentCheck):
SERVICE_CHECK_NAME = 'mysql.can_connect'
Expand Down
2 changes: 2 additions & 0 deletions spark/datadog_checks/spark/spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
YARN_SERVICE_CHECK,
)

# TODO remove: trigger CI


class SparkCheck(AgentCheck):
HTTP_CONFIG_REMAPPER = {
Expand Down
2 changes: 2 additions & 0 deletions ssh_check/datadog_checks/ssh_check/ssh_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
re.VERBOSE,
)

# TODO remove: trigger CI


class CheckSSH(AgentCheck):
SSH_SERVICE_CHECK_NAME = 'ssh.can_connect'
Expand Down

0 comments on commit a6796e8

Please sign in to comment.