Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsamuel committed Oct 3, 2024
1 parent 1ab3e21 commit bbf294e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,10 @@ def set_process_start_time(self, time):
def obfuscate_mongodb_string(self, command):
# Passthrough stub: obfuscation implementation is in Go code.
return command

def emit_agent_telemetry(self, check_name, metric_name, metric_value, metric_type):
self._sent_telemetry[(check_name, metric_name, metric_type)].append(metric_value)



# Use the stub as a singleton
datadog_agent = DatadogAgentStub()

0 comments on commit bbf294e

Please sign in to comment.