SNMP errors with embedded null character
Note: If you have a feature request, you should contact support so the request can be properly tracked.
Output of the info page
root@b157353ac90d:/# s6-svstat /var/run/s6/services/agent/
up (pid 389) 130 seconds
Additional environment details (Operating System, Cloud provider, etc): Synology (DSM 7.0.1-42218) serving SNMP v2 with UPS (TRIPPLITE SMART1500LCD) hooked up to the synology over USB Datadog 7.32.3 running via docker (nomad on the synology)
Config for SNMP:
instances:
- ip_address: 192.168.3.2
snmp_version: 2
port: 161
community_string: home
min_collection_interval: 60
enforce_mib_constraints: false
metric_tags:
- OID: .1.3.6.1.2.1.1.5.0
tag: snmp_host
symbol: sysName
- OID: .1.3.6.1.2.1.1.5.0
tag: host
symbol: sysName
metrics: # https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Synology_DiskStation_MIB_Guide.pdf
- OID: .1.3.6.1.4.1.6574.4.3.6.1
name: upsBatteryRuntimeValue
- OID: .1.3.6.1.4.1.6574.4.3.1.1.0
name: upsBatteryChargeValue
- OID: .1.3.6.1.4.1.6574.4.2.12.1
name: upsInfoLoadValue
- OID: .1.3.6.1.4.1.6574.4.2.1
name: upsInfoStatus
output of snmpwalk for those values
$ snmpwalk -v 2c -c home 192.168.3.2 .1.3.6.1.4.1.6574.4.3.6.1
iso.3.6.1.4.1.6574.4.3.6.1.0 = INTEGER: 2232
$ snmpwalk -v 2c -c home 192.168.3.2 .1.3.6.1.4.1.6574.4.3.1.1.0
iso.3.6.1.4.1.6574.4.3.1.1.0 = Opaque: Float: 100.000000
$ snmpwalk -v 2c -c home 192.168.3.2 .1.3.6.1.4.1.6574.4.2.12.1
iso.3.6.1.4.1.6574.4.2.12.1.0 = Opaque: Float: 17.000000
$ snmpwalk -v 2c -c home 192.168.3.2 .1.3.6.1.4.1.6574.4.2.1
iso.3.6.1.4.1.6574.4.2.1.0 = STRING: "OL"
Steps to reproduce the issue:
- Add that config above
Describe the results you received:
2021-12-17 15:01:32 UTC | CORE | INFO | (pkg/collector/worker/check_logger.go:37 in CheckStarted) | check:snmp | Running check...
2021-12-17 15:01:32 UTC | CORE | WARN | (pkg/collector/python/datadog_agent.go:124 in LogMessage) | snmp:8a868ff1a5a67f44 | (snmp.py:461) | Failed to collect metrics for 192.168.3.2:161 - embedded null character
2021-12-17 15:01:32 UTC | CORE | INFO | (pkg/collector/worker/check_logger.go:56 in CheckFinished) | check:snmp | Done running check
Describe the results you expected:
Id expect upsBatteryRuntimeValue, upsBatteryChargeValue, upsInfoLoadValue, upsInfoStatus to be ingested
Hi @myoung34 , thanks for reporting that.
Looks like an issue with SNMP python integration that can't handle null character for a specific case.
1/ Could you provide the output of from the agent docker container ?
agent check snmp --log-level trace
Note, the debug log might contain info specific to your setup, so you can either remove the them or share the content via a support case https://docs.datadoghq.com/help/ (could you share here the case number)
2/ Could you test using the newer and more performant SNMP corecheck (in golang) integration implementation ?
You can do so, by adding loader: core to your configuration like this:
instances:
- ip_address: 192.168.3.2
snmp_version: 2
port: 161
community_string: home
min_collection_interval: 60
# enforce_mib_constraints: false # not needed for loader:core
loader: core
metric_tags:
[.......]
The output has nothing sensitive. Its here
I added that loader to the instances:
init_config:
loader: python
oid_batch_size: 60
profiles:
generic:
definition_file: _generic-host-resources.yaml
instances:
- ip_address: 192.168.3.2
snmp_version: 2
port: 161
community_string: home
min_collection_interval: 60
~ #enforce_mib_constraints: false
+ loader: core
metric_tags:
- OID: .1.3.6.1.2.1.1.5.0
tag: snmp_host
symbol: sysName
- OID: .1.3.6.1.2.1.1.5.0
tag: host
symbol: sysName
metrics: # https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Syno logy_DiskStation_MIB_Guide.pdf
- OID: .1.3.6.1.4.1.6574.4.3.6.1
name: upsBatteryRuntimeValue
- OID: .1.3.6.1.4.1.6574.4.3.1.1.0
name: upsBatteryChargeValue
- OID: .1.3.6.1.4.1.6574.4.2.12.1
name: upsInfoLoadValue
- OID: .1.3.6.1.4.1.6574.4.2.1
name: upsInfoStatus
and got
2021-12-20 22:41:19 UTC | CORE | ERROR | (pkg/collector/worker/check_logger.go:68 in Error) | check:snmp |
Error running check: check device reachable: failed: request timeout (after 3 retries); failed to fetch values:
failed to fetch scalar oids with batching: failed to fetch scalar oids: fetch scalar: error
getting oids `[.1.3.6.1.4.1.6574.4.3.6.1 .1.3.6.1.4.1.6574.4.3.1.1.0 .1.3.6.1.4.1.6574.4.2.12.1
.1.3.6.1.4.1.6574.4.2.1 .1.3.6.1.2.1.1.5.0 1.3.6.1.2.1.1.5.0 1.3.6.1.2.1.1.1.0 1.3.6.1.2.1.1.2.0
1.3.6.1.2.1.1.3.0]`: request timeout (after 3 retries)
its worth noting I can pull those with snmpwalk and it only happens on loader: python
Just bumping this so it doesnt get lost @AlexandreYang
HI @myoung34 sorry for the late reply.
2021-12-20 22:41:19 UTC | CORE | ERROR | (pkg/collector/worker/check_logger.go:68 in Error) | check:snmp |
Error running check: check device reachable: failed: request timeout (after 3 retries); failed to fetch values:
failed to fetch scalar oids with batching: failed to fetch scalar oids: fetch scalar: error
getting oids `[.1.3.6.1.4.1.6574.4.3.6.1 .1.3.6.1.4.1.6574.4.3.1.1.0 .1.3.6.1.4.1.6574.4.2.12.1
.1.3.6.1.4.1.6574.4.2.1 .1.3.6.1.2.1.1.5.0 1.3.6.1.2.1.1.5.0 1.3.6.1.2.1.1.1.0 1.3.6.1.2.1.1.2.0
1.3.6.1.2.1.1.3.0]`: request timeout (after 3 retries)
This error you are seeing, is possibly due to oid_batch_size (number of OIDs per call) being too large for the device. Could you try with oid_batch_size: 5, if it does not work, try with oid_batch_size: 1.
Also, could you change .0 to scalar OIDs like below, and remove the leading . that is not needed:
metrics: # https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Syno logy_DiskStation_MIB_Guide.pdf
- OID: 1.3.6.1.4.1.6574.4.3.6.1.0
name: upsBatteryRuntimeValue
- OID: 1.3.6.1.4.1.6574.4.3.1.1.0
name: upsBatteryChargeValue
- OID: 1.3.6.1.4.1.6574.4.2.12.1.0
name: upsInfoLoadValue
- OID: 1.3.6.1.4.1.6574.4.2.1.0
name: upsInfoStatus
As you can see in your previous snmpwalks, the OIDs in the reponses always have trailing .0:
iso.3.6.1.4.1.6574.4.3.6.1.0 = INTEGER: 2232
iso.3.6.1.4.1.6574.4.3.1.1.0 = Opaque: Float: 100.000000
iso.3.6.1.4.1.6574.4.2.12.1.0 = Opaque: Float: 17.000000
iso.3.6.1.4.1.6574.4.2.1.0 = STRING: "OL"
`
2022-01-20 23:19:44 UTC | CORE | WARN | (pkg/collector/python/datadog_agent.go:124 in LogMessage) | snmp:37f3a5709186f4b7 | (snmp.py:461) | Failed to collect metrics for 192.168.3.2:161 - embedded null character
is what I get with that config
51 init_config:
52 loader: python
53 oid_batch_size: 60
54 profiles:
55 generic:
56 definition_file: _generic-host-resources.yaml
57
58 instances:
59 - ip_address: 192.168.3.2
60 snmp_version: 2
61 port: 161
62 community_string: home
63 min_collection_interval: 60
+ 64 oid_batch_size: 1
65 enforce_mib_constraints: false
66 metric_tags:
67 - OID: .1.3.6.1.2.1.1.5.0
68 tag: snmp_host
69 symbol: sysName
70 - OID: .1.3.6.1.2.1.1.5.0
71 tag: host
72 symbol: sysName
73 metrics: # https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Synology_DiskS tation_MIB_Guide.pdf
~ 74 - OID: 1.3.6.1.4.1.6574.4.3.6.1.0
75 name: upsBatteryRuntimeValue
~ 76 - OID: 1.3.6.1.4.1.6574.4.3.1.1.0
~ 77 name: upsBatteryChargeValue
~ 78 #extract_value: '.*(\d+)\.'
~ 79 #forced_type: percent
~ 80 - OID: 1.3.6.1.4.1.6574.4.2.12.1.0
~ 81 name: upsInfoLoadValue
~ 82 - OID: 1.3.6.1.4.1.6574.4.2.1.0
~_ 83 name: upsInfoStatus
Hi @myoung34, it seems you are using loader: python.
I meant using oid_batch_size: 1 and loader: core. Could you try with that ?
I set it to this config:
init_config:
~ loader: core
~ oid_batch_size: 1
profiles:
generic:
definition_file: _generic-host-resources.yaml
instances:
- ip_address: 192.168.3.2
snmp_version: 2
port: 161
community_string: home
min_collection_interval: 60
enforce_mib_constraints: false
metric_tags:
~ - OID: 1.3.6.1.2.1.1.5.0
tag: snmp_host
symbol: sysName
~ - OID: 1.3.6.1.2.1.1.5.0
tag: host
symbol: sysName
~ metrics:
~ - OID: 1.3.6.1.4.1.6574.4.3.6.1.0
name: upsBatteryRuntimeValue
~ - OID: 1.3.6.1.4.1.6574.4.3.1.1.0
~ name: upsBatteryChargeValue
~ - OID: 1.3.6.1.4.1.6574.4.2.12.1.0
~ name: upsInfoLoadValue
~ - OID: 1.3.6.1.4.1.6574.4.2.1.0
~ name: upsInfoStatus
which now gives
2022-01-22 18:11:06 UTC | CORE | ERROR | (pkg/collector/worker/check_logger.go:68 in Error) |
check:snmp | Error running check: check device reachable: failed: request timeout (after 3 retries);
failed to fetch values: failed to fetch scalar oids with batching: failed to fetch scalar oids: fetch scalar:
error getting oids `[1.3.6.1.4.1.6574.4.3.6.1.0]`: request timeout (after 3 retries)
I can snmpwalk that without issue though:
$ snmpwalk -v 2c -c home 192.168.3.2 1.3.6.1.4.1.6574.4.3.6.1.0
iso.3.6.1.4.1.6574.4.3.6.1.0 = INTEGER: 2388
Looks like the issue is not about too many OIDs being requested.
1/ Could you try with a higher timeout ? By adding this timeout: 60 after:
instances:
- ip_address: 192.168.3.2
snmp_version: 2
port: 161
timeout: 60
We can test with timeout: 60 first and lower it to something more reasonable if the issue is indeed about timeout.
2/ Did you run the snmpwalk on the server the Datadog Agent is running ? To make sure both are run in the same context.
It still times out with
2022-01-24 14:26:18 UTC | CORE | ERROR | (pkg/collector/worker/check_logger.go:68 in Error) | check:snmp |
Error running check: check device reachable: failed: request timeout (after 3 retries); failed to fetch values: failed
to fetch scalar oids with batching: failed to fetch scalar oids: fetch scalar: error getting oids `[1.3.6.1.4.1.6574.4.3.6.1.0]`:
request timeout (after 3 retries)
Im running datadog on the same host that snmp is on (192.168.3.2) so theres no connectivity issues. If I remove the ups* OIDs it works fine.
If i change the loader to python and remove the ups OIDs:
init_config:
loader: python
~ oid_batch_size: 1
profiles:
generic:
definition_file: _generic-host-resources.yaml
instances:
- ip_address: 192.168.3.2
snmp_version: 2
port: 161
_ community_string: home
enforce_mib_constraints: false
metric_tags:
~ - OID: 1.3.6.1.2.1.1.5.0
tag: snmp_host
symbol: sysName
~ - OID: 1.3.6.1.2.1.1.5.0
tag: host
symbol: sysName
~ metrics:
~ #- OID: 1.3.6.1.4.1.6574.4.3.6.1.0
~ # name: upsBatteryRuntimeValue
~ #- OID: 1.3.6.1.4.1.6574.4.3.1.1.0
~ # name: upsBatteryChargeValue
~ #- OID: 1.3.6.1.4.1.6574.4.2.12.1.0
~ # name: upsInfoLoadValue
~ #- OID: 1.3.6.1.4.1.6574.4.2.1.0
~ # name: upsInfoStatus
~_ - OID: 1.3.6.1.2.1.1.3.0
name: uptime
~ - OID: 1.3.6.1.4.1.2021.11.9.0
name: ssCpuUser
~ - OID: 1.3.6.1.4.1.2021.11.10.0
name: ssCpuSystem
~ - OID: 1.3.6.1.4.1.2021.11.11.0
name: laCpuIdle
~ - OID: 1.3.6.1.4.1.2021.10.1.5.1
name: laLoad.1
~ - OID: 1.3.6.1.4.1.6574.1.2.0
name: cpuTemp
~ - OID: 1.3.6.1.4.1.2021.4.3.0
name: swapTotal
~ - OID: 1.3.6.1.4.1.2021.4.4.0
name: swapFree
~ - OID: 1.3.6.1.4.1.2021.4.5.0
name: memoryTotal
~ - OID: 1.3.6.1.4.1.2021.4.6.0
name: memoryUsed
~ - OID: 1.3.6.1.4.1.2021.4.11.0
name: memoryFree
~ - OID: 1.3.6.1.4.1.2021.4.15.0
_ name: memoryCached
EOH
destination = "local/snmp.d/conf.yaml"
It works fine:

However, if I include those ups OIDs it times out on core or errors with python about the null embedded character
If I remove the ups* OIDs it works fine. However, if I include those ups OIDs it times out on core or errors with python about the null embedded character
That interesting. I still don't understand why it works with snmpwalk but not with the integration.
Could you provide the output of this command with the config loader:core ?
agent check snmp --log-level trace > snmp_check.log
Note, the debug log might contain info specific to your setup, so you can either remove the them or share the content via a support case https://docs.datadoghq.com/help/ (could you share here the case number)
And also send us a flare
It will provide some more info to investigate what's the root cause.
Your logs were successfully uploaded. For future reference, your internal case id is 655422
2022-01-27 10:52:23 UTC | CORE | DEBUG | (pkg/util/log/log.go:600 in func1) | Loaded features: []
2022-01-27 10:52:23 UTC | CORE | WARN | (pkg/util/log/log.go:640 in func1) | Unknown environment variable: DD_PROCESS_AGENT_ENABLED
2022-01-27 10:52:23 UTC | CORE | INFO | (pkg/util/log/log.go:620 in func1) | Features detected from environment: docker
2022-01-27 10:52:23 UTC | CORE | DEBUG | (pkg/util/hostname.go:176 in GetHostnameData) | Unable to get the hostname from the config file: hostname is empty
2022-01-27 10:52:23 UTC | CORE | DEBUG | (pkg/util/hostname.go:199 in GetHostnameData) | Trying to determine a reliable host name automatically...
2022-01-27 10:52:23 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:23 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:23 UTC | CORE | DEBUG | (pkg/util/hostname.go:208 in GetHostnameData) | GetHostname trying GCE metadata...
2022-01-27 10:52:23 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for GCP Cloud Provider
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/util/hostname.go:218 in GetHostnameData) | Unable to get hostname from GCE: unable to retrieve hostname from GCE: GCE metadata API error: Get "http://169.254.169.254/computeMetadata/v1/instance/hostname": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/util/uts_docker.go:22 in GetAgentUTSMode) | GetAgentUTSMode trying docker
2022-01-27 10:52:24 UTC | CORE | TRACE | (pkg/util/containers/providers/cgroup/cgroup_detect.go:241 in parseCgroupPaths) | could not parse container id from path '2:name=synomonitor:/system.slice/pkg-Docker-dockerd.service'
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/util/docker/docker_util.go:98 in ConnectToDocker) | Successfully connected to Docker server
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/util/uts_docker.go:28 in GetAgentUTSMode) | GetAgentUTSMode: using UTS mode from Docker:
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/util/hostname.go:86 in isOSHostnameUsable) | Agent is running in a docker container without host UTS mode: OS-provided hostnames cannot be used for hostname resolution.
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/util/hostname/providers.go:38 in GetHostname) | GetHostname trying provider 'docker' ...
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/util/hostname.go:273 in GetHostnameData) | GetHostname trying EC2 metadata...
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:24 UTC | CORE | DEBUG | (pkg/util/ecs/metadata/detection.go:40 in detectAgentV1URL) | Could not inspect ecs-agent container: "docker container ecs-agent" not found
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/util/ecs/metadata/clients.go:64 in V1) | ECS metadata v1 client init error: temporary failure in ecsutil-meta-v1, will retry later: could not detect ECS agent, tried URLs: [http://172.17.0.1:51678/ http://169.254.172.1:51678/ http://localhost:51678/]
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/util/hostname.go:289 in GetHostnameData) | not retrieving hostname from AWS: the host is not an ECS instance and other providers already retrieve non-default hostnames
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/util/hostname.go:311 in GetHostnameData) | GetHostname trying Azure metadata...
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/util/hostname.go:321 in GetHostnameData) | unable to get hostname from Azure: azure_hostname_style is set to 'os'
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/epforwarder/epforwarder.go:190 in newHTTPPassthroughPipeline) | Initialized event platform forwarder pipeline. eventType=dbm-samples mainHost=dbquery-intake.datadoghq.com additionalHosts= batch_max_concurrent_send=10 batch_max_content_size=1000000 batch_max_size=100
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/epforwarder/epforwarder.go:190 in newHTTPPassthroughPipeline) | Initialized event platform forwarder pipeline. eventType=dbm-metrics mainHost=dbm-metrics-intake.datadoghq.com additionalHosts= batch_max_concurrent_send=10 batch_max_content_size=20000000 batch_max_size=100
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/epforwarder/epforwarder.go:190 in newHTTPPassthroughPipeline) | Initialized event platform forwarder pipeline. eventType=dbm-activity mainHost=dbm-metrics-intake.datadoghq.com additionalHosts= batch_max_concurrent_send=10 batch_max_content_size=20000000 batch_max_size=100
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/epforwarder/epforwarder.go:190 in newHTTPPassthroughPipeline) | Initialized event platform forwarder pipeline. eventType=network-devices-metadata mainHost=ndm-intake.datadoghq.com additionalHosts= batch_max_concurrent_send=10 batch_max_content_size=1000000 batch_max_size=100
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/workloadmeta/store.go:355 in startCandidates) | workloadmeta collector "containerd" could not start. error: component workloadmeta-containerd is disabled: Agent is not running on containerd
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/aggregator/aggregator.go:740 in run) | aggregator flushInterval set to 0: aggregator won't flush data
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/workloadmeta/store.go:352 in startCandidates) | workloadmeta collector "docker" started successfully
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/util/ecs/metadata/clients.go:64 in V1) | ECS metadata v1 client init error: temporary failure in ecsutil-meta-v1, will retry later: try delay not elapsed yet
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/workloadmeta/store.go:346 in startCandidates) | workloadmeta collector "ecs" could not start, but will retry. error: temporary failure in ecsutil-meta-v1, will retry later: try delay not elapsed yet
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/workloadmeta/store.go:355 in startCandidates) | workloadmeta collector "ecs_fargate" could not start. error: component workloadmeta-ecs_fargate is disabled: Agent is not running on Fargate
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/workloadmeta/store.go:355 in startCandidates) | workloadmeta collector "kubelet" could not start. error: component workloadmeta-kubelet is disabled: Agent is not running on Kubernetes
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/workloadmeta/store.go:355 in startCandidates) | workloadmeta collector "kube_metadata" could not start. error: component workloadmeta-kube_metadata is disabled: Agent is not running on Kubernetes
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/workloadmeta/store.go:180 in Start) | workloadmeta store initialized successfully
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/tagger/local/tagger.go:167 in tryCollectors) | collector cloudfoundry skipped as feature not activated
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/tagger/local/tagger.go:178 in tryCollectors) | workloadmeta tag collector successfully started
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/tagger/local/tagger.go:148 in startCollectors) | candidate list empty, stopping detection
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/collector/runner/runner.go:95 in ensureMinWorkers) | Runner 1 added 4 workers (total: 4)
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/collector/worker/worker.go:115 in Run) | Runner 1, worker 2: Ready to process checks...
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/collector/worker/worker.go:115 in Run) | Runner 1, worker 1: Ready to process checks...
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/collector/worker/worker.go:115 in Run) | Runner 1, worker 3: Ready to process checks...
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/collector/worker/worker.go:115 in Run) | Runner 1, worker 4: Ready to process checks...
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/collector/scheduler/scheduler.go:162 in func1) | Starting scheduler loop...
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/collector/python/init.go:320 in resolvePythonExecPath) | Using '/opt/datadog-agent/embedded' as Python home
2022-01-27 10:52:25 UTC | CORE | DEBUG | (pkg/collector/python/init.go:374 in Initialize) | Using '/opt/datadog-agent/embedded/bin/python3' as Python interpreter path
2022-01-27 10:52:25 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000ca0, sz: 28, op: 0
2022-01-27 10:52:25 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000cd0, sz: 40, op: 0
2022-01-27 10:52:25 UTC | CORE | INFO | (pkg/collector/python/init.go:387 in Initialize) | Initializing rtloader with Python 3 /opt/datadog-agent/embedded
2022-01-27 10:52:25 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff08003080, sz: 34, op: 0
2022-01-27 10:52:25 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff08003120, sz: 28, op: 0
2022-01-27 10:52:25 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff140010b0, sz: 43, op: 0
2022-01-27 10:52:25 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff140010f0, sz: 28, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14425220, sz: 7, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14425220, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14425220, sz: 6, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14425220, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/collector/python/datadog_agent.go:126 in LogMessage) | - | (ddyaml.py:143) | monkey patching yaml.load...
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/collector/python/datadog_agent.go:126 in LogMessage) | - | (ddyaml.py:147) | monkey patching yaml.load_all...
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/collector/python/datadog_agent.go:126 in LogMessage) | - | (ddyaml.py:151) | monkey patching yaml.dump_all... (affects all yaml dump operations)
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14425220, sz: 16, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff145211c0, sz: 535, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff145211c0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14425220, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000cd0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000ca0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/collector/collector.go:60 in NewCollector) | Embedding Python 3.8.11 (default, Jan 25 2022, 09:51:28) [GCC 4.7.2]
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/collector.go:61 in NewCollector) | Python Home: /opt/datadog-agent/embedded
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/collector.go:62 in NewCollector) | Python path: ['/opt/datadog-agent/embedded/lib/python38.zip', '/opt/datadog-agent/embedded/lib/python3.8', '/opt/datadog-agent/embedded/lib/python3.8/lib-dynload', '/opt/datadog-agent/embedded/lib/python3.8/site-packages', '/opt/datadog-agent/embedded/lib/python3.8/site-packages/setuptools-40.9.0.post20220125-py3.8.egg', '/opt/datadog-agent/embedded/lib/python3.8/site-packages/pip-21.3.1-py3.8.egg', '/opt/datadog-agent/bin/agent/dist', '/opt/datadog-agent/checks.d', '/opt/datadog-agent/bin/agent/dist/checks.d', '/etc/datadog-agent/checks.d']
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14425220, sz: 7, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1443cfc0, sz: 12, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14498590, sz: 11, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14498590, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1443cfc0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff14425220, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/collector.go:70 in NewCollector) | Collector up and running!
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:65 in InitCheckScheduler) | Added JMX Check Loader to Check Scheduler
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:65 in InitCheckScheduler) | Added Python Check Loader to Check Scheduler
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:65 in InitCheckScheduler) | Added Core Check Loader to Check Scheduler
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/config/autodiscovery/autodiscovery.go:53 in DiscoverComponentsFromEnv) | Adding Container listener from environment
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/config/autodiscovery/autodiscovery.go:55 in DiscoverComponentsFromEnv) | Adding Container provider from environment
2022-01-27 10:52:26 UTC | CORE | INFO | (cmd/agent/common/autodiscovery.go:102 in setupAutoDiscovery) | Registering container config provider polled every 1s
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:351 in addListenerCandidates) | Listener environment was registered
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:351 in addListenerCandidates) | Listener container was registered
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/autodiscovery/autoconfig.go:365 in initListenerCandidates) | environment listener successfully started
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/autodiscovery/autoconfig.go:365 in initListenerCandidates) | container listener successfully started
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/autodiscovery/listeners/environment.go:66 in createServices) | Listener created docker service from environment
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/autodiscovery/listeners/environment.go:83 in createServices) | Listener created container service from environment
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id _docker not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id _container not found in cache
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/autodiscovery/listeners/workloadmeta.go:130 in Listen) | ad-containerlistener initialized successfully
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/autodiscovery/providers/file.go:76 in Collect) | file: searching for configuration files at: /etc/datadog-agent/conf.d
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/activemq.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id docker://0843722ad5e16a3d953914e8fe6413205e707f12869a16d4f12e521fc5657442 not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id minio/minio not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id minio not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id docker://1abc4e1803e179fe5560fb891008eff768d9baa9fe1d701690771c689d6ca185 not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id datadog/agent not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id agent not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id docker://2fe6ed6a16d9d7bfddba9f66c58c882a54d09174f79e6ed9bde3cf31ee6c1ad4 not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id ekho/utorrent not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id utorrent not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id docker://9323aab9a7120b7ff2cc88aadaa99aecf7a1b9b6819443820b24f2b5574d1e31 not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id linuxserver/jackett not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id jackett not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/activemq.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id docker://a74739993175d6b5c723e22670c5c74b9bfc1f02590185811f7526f46cea7852 not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id mysql not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id docker://c1e5a31e146b0155ce6712066bc3dabd8460a6bc6d425441b8a01606c68a0839 not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id myoung34/synology-sms-slack not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id synology-sms-slack not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id docker://d3d81f9afc52c88b7e0f2688803b124401545300e93b95c3806ba1fb6a076d85 not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id linuxserver/sonarr not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id sonarr not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id docker://de50b061b7cace404c8536d228716ab5d6fef51b47ccf735b331ead0dc55173e not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id linuxserver/radarr not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id radarr not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id docker://fe757e044410e42276c293a443dac5d7452a9dd0614ec02ed5b574c7bafff7c5 not found in cache
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:625 in processNewService) | Unable to fetch templates from the cache: AD id traefik not found in cache
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/activemq_xml.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/aerospike.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/airflow.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/amazon_msk.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/ambari.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/apache.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/apache.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/avi_vantage.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/azure_iot_edge.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/btrfs.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/cacti.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/cassandra.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/cassandra.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/cassandra_nodetool.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/ceph.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/cilium.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/cilium.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/cisco_aci.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/citrix_hypervisor.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/clickhouse.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/cloud_foundry_api.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/cockroachdb.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/confluent_platform.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/confluent_platform.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/consul.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/consul.d/conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/consul.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/container.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/containerd.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/coredns.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/coredns.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/couch.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/couch.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/couchbase.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/couchbase.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/cpu.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/cri.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/crio.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/custom_log_collection.d/conf.yaml
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/datadog_cluster_agent.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/datadog_cluster_agent.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/directory.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/disk.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/dns_check.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/docker.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/druid.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/ecs_fargate.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/ecs_fargate.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/eks_fargate.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/eks_fargate.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/elastic.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/elastic.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/envoy.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/etcd.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/etcd.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/external_dns.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/external_dns.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/file_handle.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/flink.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/fluentd.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/gearmand.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/gitlab.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/gitlab_runner.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/glusterfs.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/go_expvar.d/agent_stats.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/go_expvar.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/gunicorn.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/haproxy.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/harbor.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/harbor.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/hazelcast.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/hazelcast.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/hdfs_datanode.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/hdfs_namenode.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/hive.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/hive.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/hivemq.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/hivemq.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/http_check.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/hudi.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/hudi.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/ibm_db2.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/ibm_i.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/ibm_mq.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/ibm_was.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/ignite.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/ignite.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/io.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/istio.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/istio.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/jboss_wildfly.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/jboss_wildfly.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/jetson.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/jmx.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/journald.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kafka.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/kafka.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kafka_consumer.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kong.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/kube_apiserver_metrics.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kube_apiserver_metrics.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/kube_controller_manager.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kube_controller_manager.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/kube_dns.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kube_dns.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kube_metrics_server.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kube_proxy.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/kube_scheduler.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kube_scheduler.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/kubelet.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kubelet.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kubernetes_apiserver.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/kubernetes_state.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kubernetes_state.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/kyototycoon.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/kyototycoon.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/lighttpd.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/linkerd.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/linux_proc_extras.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/load.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/log.d/conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/mapr.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/mapreduce.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/marathon.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/marklogic.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/mcache.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/mcache.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/memory.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/mesos_master.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/mesos_slave.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/mongo.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/mysql.d/conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/mysql.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/nagios.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/network.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/nfsstat.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/nginx.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/nginx_ingress_controller.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/ntp.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/oom_kill.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/openldap.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/openmetrics.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/openstack.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/openstack_controller.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/oracle.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/pan_firewall.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/pgbouncer.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/php_fpm.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/postfix.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/postgres.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/powerdns_recursor.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/presto.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/presto.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/presto.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/process.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/prometheus.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/proxysql.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/rabbitmq.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/redisdb.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/redisdb.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/rethinkdb.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/riak.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/riak.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/riakcs.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/sap_hana.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/scylla.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/sidekiq.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/singlestore.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/snmp.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/snmp.d/conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/snmp.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/snowflake.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/solr.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/solr.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/sonarqube.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/sonarqube.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/spark.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/sqlserver.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/squid.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/ssh_check.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/statsd.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/supervisord.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/system_core.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/system_swap.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/systemd.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/tcp_check.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/tcp_queue_length.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/teamcity.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/tenable.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/tls.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/tomcat.d/auto_conf.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/tomcat.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/tomcat.d/metrics.yaml
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/twemproxy.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/twistlock.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/providers/file.go:210 in collectEntry) | Found valid configuration in file: /etc/datadog-agent/conf.d/uptime.d/conf.yaml.default
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/varnish.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/vault.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/vertica.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/voltdb.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/vsphere.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/yarn.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/autodiscovery/providers/file.go:190 in collectEntry) | Skipping file: /etc/datadog-agent/conf.d/zk.d/conf.yaml.example
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/autodiscovery/providers/file.go:76 in Collect) | file: searching for configuration files at: /opt/datadog-agent/bin/agent/dist/conf.d
2022-01-27 10:52:26 UTC | CORE | WARN | (pkg/autodiscovery/providers/file.go:80 in Collect) | Skipping, open /opt/datadog-agent/bin/agent/dist/conf.d: no such file or directory
2022-01-27 10:52:26 UTC | CORE | INFO | (pkg/autodiscovery/providers/file.go:76 in Collect) | file: searching for configuration files at:
2022-01-27 10:52:26 UTC | CORE | WARN | (pkg/autodiscovery/providers/file.go:80 in Collect) | Skipping, open : no such file or directory
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: httpd
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for apache at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: cilium-agent
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: cilium
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for cilium at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: consul
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for consul at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: coredns
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for coredns at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: couchdb
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for couch at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: couchbase
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for couchbase at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: cluster-agent
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for datadog_cluster_agent at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: elasticsearch
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: elasticsearch-oss
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for elastic at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: etcd
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for etcd at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: external-dns
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for external_dns at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: nginx-photon
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for harbor at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: proxyv2
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for istio at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: kube-apiserver
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for kube_apiserver_metrics at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: kube-controller-manager
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for kube_controller_manager at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: kubedns-amd64
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: k8s-dns-kube-dns-amd64
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for kube_dns at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: kube-scheduler
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for kube_scheduler at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: kube-state-metrics
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for kubernetes_state at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: kyototycoon
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for kyototycoon at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: memcached
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for mcache at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: presto
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for presto at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: redis
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for redisdb at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: riak
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for riak at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: snmp
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for snmp at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: tomcat
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for tomcat at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: _containerd
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for containerd at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: _cri
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for cri at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: _ecs_fargate
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for ecs_fargate at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: _eks_fargate
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for eks_fargate at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:510 in resolveTemplate) | No service found with this AD identifier: _kubelet
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/autodiscovery/autoconfig.go:301 in processNewConfig) | Can't resolve the template for kubelet at this moment.
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'consul' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000e10, sz: 22, op: 0
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128 in LogMessage) | - | (serialization.py:18) | Using JSON implementation from orjson
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 12, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 12, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010690, sz: 7, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010690, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010690, sz: 1, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10001eb0, sz: 27, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100106b0, sz: 24, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010230, sz: 7, op: 0
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128 in LogMessage) | - | (ddyaml.py:87) | Unsafe loading of YAML has been disabled - using safe loader instead in <string>
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128 in LogMessage) | - | (ddyaml.py:87) | Unsafe loading of YAML has been disabled - using safe loader instead in <string>
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001cac0, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001cac0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/check.go:295 in Configure) | python check configure done consul
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010230, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100106b0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10001eb0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010690, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:213 in Load) | python loader: done loading check consul (version 1.22.0)
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000e10, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Python Check Loader: successfully loaded check 'consul'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'mysql' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001cac0, sz: 21, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001cae0, sz: 6, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001cae0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001cae0, sz: 12, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de30, sz: 6, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de30, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de30, sz: 1, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1003a200, sz: 278, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de90, sz: 23, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de70, sz: 6, op: 0
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128 in LogMessage) | - | (ddyaml.py:87) | Unsafe loading of YAML has been disabled - using safe loader instead in <string>
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128 in LogMessage) | - | (ddyaml.py:87) | Unsafe loading of YAML has been disabled - using safe loader instead in <string>
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006ecf0, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006ecf0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | WARN | (pkg/collector/python/datadog_agent.go:124 in LogMessage) | unknown | (core.py:94) | QueryManager initialized with no query
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/check.go:295 in Configure) | python check configure done mysql
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de70, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de90, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1003a200, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de30, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:213 in Load) | python loader: done loading check mysql (version 7.0.1)
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001cae0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001cac0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Python Check Loader: successfully loaded check 'mysql'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:169 in getChecks) | Loading check instance for check 'snmp' using loader core (init_config loader: core, instance loader: )
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:177 in getChecks) | Loader name core does not match, skip loader jmx for check snmp
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:177 in getChecks) | Loader name core does not match, skip loader python for check snmp
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/corechecks/snmp/checkconfig/config.go:480 in getResolvedSubnetName) | subnet not found: subnet not found in tags []
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/corechecks/snmp/snmp.go:105 in Configure) | SNMP configuration: CheckConfig: IPAddress=`192.168.3.2`, Port=`161`, SnmpVersion=`2`, Timeout=`2`, Retries=`3`, User=``, AuthProtocol=``, PrivProtocol=``, ContextName=``, OidConfig=`checkconfig.OidConfig{ScalarOids:[]string{"1.3.6.1.2.1.1.3.0", "1.3.6.1.4.1.2021.11.9.0", "1.3.6.1.4.1.2021.11.10.0", "1.3.6.1.4.1.2021.11.11.0", "1.3.6.1.4.1.2021.10.1.5.1", "1.3.6.1.4.1.6574.1.2.0", "1.3.6.1.4.1.2021.4.3.0", "1.3.6.1.4.1.2021.4.4.0", "1.3.6.1.4.1.2021.4.5.0", "1.3.6.1.4.1.2021.4.6.0", "1.3.6.1.4.1.2021.4.11.0", "1.3.6.1.4.1.2021.4.15.0", "1.3.6.1.2.1.1.5.0", "1.3.6.1.2.1.1.1.0", "1.3.6.1.2.1.1.2.0"}, ColumnOids:[]string{"1.3.6.1.2.1.31.1.1.1.1", "1.3.6.1.2.1.31.1.1.1.18", "1.3.6.1.2.1.2.2.1.2", "1.3.6.1.2.1.2.2.1.6", "1.3.6.1.2.1.2.2.1.7", "1.3.6.1.2.1.2.2.1.8"}}`, OidBatchSize=`1`, ProfileTags=`[]string(nil)`
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'snmp'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'container' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10055940, sz: 25, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1002e5f0, sz: 43, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1002e5f0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - datadog_checks.container: unable to import module 'datadog_checks.container': No module named 'datadog_checks.container'
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006ecf0, sz: 10, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10020510, sz: 28, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10020510, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - container: unable to import module 'container': No module named 'container'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:156 in Load) | PyLoader returning unable to import module 'container': No module named 'container' for container
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006ecf0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10055940, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'container'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'cpu' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006ecf0, sz: 19, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10020510, sz: 37, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10020510, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - datadog_checks.cpu: unable to import module 'datadog_checks.cpu': No module named 'datadog_checks.cpu'
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10044310, sz: 4, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010250, sz: 22, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010250, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - cpu: unable to import module 'cpu': No module named 'cpu'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:156 in Load) | PyLoader returning unable to import module 'cpu': No module named 'cpu' for cpu
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10044310, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006ecf0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'cpu'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'disk' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006ecf0, sz: 20, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10044310, sz: 5, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10044310, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10044310, sz: 12, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010250, sz: 6, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010250, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010250, sz: 1, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 18, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 22, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 5, op: 0
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128 in LogMessage) | - | (ddyaml.py:87) | Unsafe loading of YAML has been disabled - using safe loader instead in <string>
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128 in LogMessage) | - | (ddyaml.py:87) | Unsafe loading of YAML has been disabled - using safe loader instead in <string>
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1008b370, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1008b370, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/check.go:295 in Configure) | python check configure done disk
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10010250, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:213 in Load) | python loader: done loading check disk (version 4.5.1)
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10044310, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006ecf0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Python Check Loader: successfully loaded check 'disk'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'docker' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 22, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 40, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - datadog_checks.docker: unable to import module 'datadog_checks.docker': No module named 'datadog_checks.docker'
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 7, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006abd0, sz: 25, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006abd0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - docker: unable to import module 'docker': No module named 'docker'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:156 in Load) | PyLoader returning unable to import module 'docker': No module named 'docker' for docker
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'docker'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'file_handle' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006abd0, sz: 27, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1002e5f0, sz: 45, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1002e5f0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - datadog_checks.file_handle: unable to import module 'datadog_checks.file_handle': No module named 'datadog_checks.file_handle'
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 12, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 30, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - file_handle: unable to import module 'file_handle': No module named 'file_handle'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:156 in Load) | PyLoader returning unable to import module 'file_handle': No module named 'file_handle' for file_handle
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006abd0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'file_handle'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'io' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 18, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 36, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - datadog_checks.io: unable to import module 'datadog_checks.io': No module named 'datadog_checks.io'
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 3, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 16, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 15, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 15, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 15, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 15, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 15, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 8, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 20, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 7, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 7, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 26, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 12, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 10, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 11, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 14, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 21, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 8, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 11, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 13, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 11, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 8, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 11, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 12, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 4, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 4, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 5, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 10, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - io: unable to find a subclass of the base check in module 'io': cannot find a subclass
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:156 in Load) | PyLoader returning unable to find a subclass of the base check in module 'io': cannot find a subclass for io
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'io'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'load' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 20, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006abd0, sz: 38, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006abd0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - datadog_checks.load: unable to import module 'datadog_checks.load': No module named 'datadog_checks.load'
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 5, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 23, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - load: unable to import module 'load': No module named 'load'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:156 in Load) | PyLoader returning unable to import module 'load': No module named 'load' for load
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'load'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'memory' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 22, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006abd0, sz: 40, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1006abd0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - datadog_checks.memory: unable to import module 'datadog_checks.memory': No module named 'datadog_checks.memory'
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 7, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 25, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10063b30, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - memory: unable to import module 'memory': No module named 'memory'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:156 in Load) | PyLoader returning unable to import module 'memory': No module named 'memory' for memory
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'memory'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'network' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 23, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 8, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 12, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 6, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 1, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1008b370, sz: 4, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100564e0, sz: 25, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de30, sz: 8, op: 0
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128 in LogMessage) | - | (ddyaml.py:87) | Unsafe loading of YAML has been disabled - using safe loader instead in <string>
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128 in LogMessage) | - | (ddyaml.py:87) | Unsafe loading of YAML has been disabled - using safe loader instead in <string>
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000e10, sz: 9, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000e10, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/check.go:295 in Configure) | python check configure done network
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de30, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100564e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1008b370, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100268e0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:213 in Load) | python loader: done loading check network (version 2.4.0)
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1001de50, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10007980, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Python Check Loader: successfully loaded check 'network'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'ntp' using default loaders
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000e10, sz: 19, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000ea0, sz: 37, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000ea0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - datadog_checks.ntp: unable to import module 'datadog_checks.ntp': No module named 'datadog_checks.ntp'
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100729d0, sz: 4, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1008aec0, sz: 22, op: 0
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff1008aec0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - ntp: unable to import module 'ntp': No module named 'ntp'
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:156 in Load) | PyLoader returning unable to import module 'ntp': No module named 'ntp' for ntp
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff100729d0, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x7eff10000e10, sz: 0, op: 1
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:26 UTC | CORE | DEBUG | (pkg/util/ecs/metadata/detection.go:40 in detectAgentV1URL) | Could not inspect ecs-agent container: "docker container ecs-agent" not found
2022-01-27 10:52:27 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:27 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:102 in poll) | container provider: no configuration change
2022-01-27 10:52:27 UTC | CORE | DEBUG | (pkg/util/ecs/metadata/clients.go:64 in V1) | ECS metadata v1 client init error: temporary failure in ecsutil-meta-v1, will retry later: could not detect ECS agent, tried URLs: [http://172.17.0.1:51678/ http://169.254.172.1:51678/ http://localhost:51678/]
2022-01-27 10:52:27 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:27 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:27 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:27 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for GCP Cloud Provider
2022-01-27 10:52:28 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:28 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:28 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for Azure Cloud Provider
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for Alibaba Cloud Provider
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/config/config.go:1400 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, skipping Tencent Cloud Provider
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/collector/corechecks/net/ntp.go:84 in parse) | No cloud provider detected, using default ntp pool.
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'ntp'
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:171 in getChecks) | Loading check instance for check 'uptime' using default loaders
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:119 in Load) | Performing platform loading prep
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8655290, sz: 22, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x86552e0, sz: 40, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x86552e0, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - datadog_checks.uptime: unable to import module 'datadog_checks.uptime': No module named 'datadog_checks.uptime'
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8655600, sz: 7, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 8, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 11, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 13, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 11, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 8, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 9, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 11, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 9, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 12, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 9, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 9, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 16, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 7, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 14, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 13, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 12, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 14, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 12, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 14, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 12, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 14, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 14, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 15, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 16, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 17, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 16, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 9, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 7, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 9, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 3, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 7, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 4, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 5, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 7, op: 0
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8659120, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:148 in Load) | Unable to load python module - uptime: unable to find a subclass of the base check in module 'uptime': cannot find a subclass
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/collector/python/loader.go:156 in Load) | PyLoader returning unable to find a subclass of the base check in module 'uptime': cannot find a subclass for uptime
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8655600, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/python/memory.go:74 in MemoryTracker) | Memory Tracker - ptr: 0x8655290, sz: 0, op: 1
2022-01-27 10:52:29 UTC | CORE | DEBUG | (pkg/collector/scheduler.go:182 in getChecks) | Core Check Loader: successfully loaded check 'uptime'
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: SEND INIT
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa1, MsgID:0x0, RequestID:0x4754995f, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:30 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:30 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:31 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:31 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:31 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 1. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:31 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa1, MsgID:0x0, RequestID:0x47549960, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:31 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:32 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:32 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:33 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:33 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:33 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 2. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:33 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa1, MsgID:0x0, RequestID:0x47549961, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:33 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:34 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:34 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:35 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:35 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:35 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 3. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:35 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa1, MsgID:0x0, RequestID:0x47549962, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:35 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:36 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:36 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:37 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 4. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SEND Error on the first Request Error: request timeout (after 3 retries)
2022-01-27 10:52:37 UTC | CORE | DEBUG | (pkg/collector/corechecks/snmp/fetch/fetch_scalar.go:118 in doDoFetchScalarOids) | fetch scalar: request oids: [1.3.6.1.2.1.1.3.0]
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: SEND INIT
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa0, MsgID:0x0, RequestID:0x47549963, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3.6.1.2.1.1.3.0", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:38 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:38 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:39 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:39 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:39 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 1. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:39 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa0, MsgID:0x0, RequestID:0x47549964, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3.6.1.2.1.1.3.0", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:39 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:40 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:40 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:41 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:41 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:41 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 2. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:41 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa0, MsgID:0x0, RequestID:0x47549965, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3.6.1.2.1.1.3.0", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:41 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:42 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:42 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:43 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:43 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:43 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 3. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:43 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa0, MsgID:0x0, RequestID:0x47549966, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3.6.1.2.1.1.3.0", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:43 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:44 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:44 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 4. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SEND Error on the first Request Error: request timeout (after 3 retries)
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/collector/corechecks/snmp/fetch/fetch_scalar.go:121 in doDoFetchScalarOids) | fetch scalar: error getting oids `[1.3.6.1.2.1.1.3.0]`: request timeout (after 3 retries)
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/collector/corechecks/snmp/devicecheck/devicecheck.go:152 in getValuesAndTags) | fetched values:
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/aggregator/sender.go:345 in ServiceCheck) | Service check submitted: snmp.can_check : CRITICAL for hostname: tags: [device_namespace:default snmp_device:192.168.3.2]
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/aggregator/sender.go:230 in sendMetricSample) | Gauge sample: snmp.devices_monitored : 1 for hostname: tags: [device_namespace:default snmp_device:192.168.3.2 loader:core]
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/aggregator/sender.go:230 in sendMetricSample) | MonotonicCount sample: datadog.snmp.check_interval : 1.643280749522204e+09 for hostname: tags: [device_namespace:default snmp_device:192.168.3.2 loader:core]
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/aggregator/sender.go:230 in sendMetricSample) | Gauge sample: datadog.snmp.check_duration : 16.009267783 for hostname: tags: [device_namespace:default snmp_device:192.168.3.2 loader:core]
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/aggregator/sender.go:230 in sendMetricSample) | Gauge sample: datadog.snmp.submitted_metrics : 0 for hostname: tags: [device_namespace:default snmp_device:192.168.3.2 loader:core]
=== Series ===
{
"series": [
{
"metric": "datadog.snmp.check_duration",
"points": [
[
1643280765,
16.009267783
]
],
"tags": [
"device_namespace:default",
"loader:core",
"snmp_device:192.168.3.2"
],
"host": "bigNASty",
"type": "gauge",
"interval": 0,
"source_type_name": "System"
},
{
"metric": "datadog.snmp.submitted_metrics",
"points": [
[
1643280765,
0
]
],
"tags": [
"device_namespace:default",
"loader:core",
"snmp_device:192.168.3.2"
],
"host": "bigNASty",
"type": "gauge",
"interval": 0,
"source_type_name": "System"
},
{
"metric": "snmp.devices_monitored",
"points": [
[
1643280765,
1
]
],
"tags": [
"device_namespace:default",
"loader:core",
"snmp_device:192.168.3.2"
],
"host": "bigNASty",
"type": "gauge",
"interval": 0,
"source_type_name": "System"
}
]
}
=== Service Checks ===
[
{
"check": "snmp.can_check",
"host_name": "bigNASty",
"timestamp": 1643280765,
"status": 2,
"message": "check device reachable: failed: request timeout (after 3 retries); failed to fetch values: failed to fetch scalar oids with batching: failed to fetch scalar oids: fetch scalar: error getting oids `[1.3.6.1.2.1.1.3.0]`: request timeout (after 3 retries)",
"tags": [
"device_namespace:default",
"snmp_device:192.168.3.2"
]
}
]
=== Network Devices Metadata ===
[
{
"EventType": "network-devices-metadata",
"UnmarshalledEvent": {
"collect_timestamp": 1643280749,
"devices": [
{
"description": "",
"id": "default:192.168.3.2",
"id_tags": [
"device_namespace:default",
"snmp_device:192.168.3.2"
],
"ip_address": "192.168.3.2",
"name": "",
"profile": "",
"status": 2,
"subnet": "",
"sys_object_id": "",
"tags": [
"device_namespace:default",
"snmp_device:192.168.3.2"
],
"vendor": ""
}
],
"namespace": "default",
"subnet": ""
}
}
]
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/collector/check/stats.go:215 in translateEventTypes) | successfully translated event platform event type from 'map[network-devices-metadata:%!s(float64=1)]' to 'Network Devices Metadata'
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/metadata/inventories_collector.go:59 in func1) | Creating inventory payload for expvar
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/collector/python/check.go:324 in func1) | Running finalizer for check mysql:a124c6ae87d9653b
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/collector/python/check.go:324 in func1) | Running finalizer for check disk:e5dffb8bef24336f
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/collector/python/check.go:324 in func1) | Running finalizer for check consul:ec13a3c9601da874
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/collector/python/check.go:324 in func1) | Running finalizer for check network:d884b5186b651429
2022-01-27 10:52:45 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:46 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:46 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:46 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for Alibaba Cloud Provider
2022-01-27 10:52:46 UTC | CORE | DEBUG | (pkg/util/cloudproviders/cloudproviders.go:86 in GetHostAliases) | no Alibaba Host Alias: Alibaba HostAliases: unable to query metadata endpoint: Get "http://100.100.100.200/latest/meta-data/instance-id": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:46 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for Azure Cloud Provider
2022-01-27 10:52:46 UTC | CORE | DEBUG | (pkg/util/cloudproviders/cloudproviders.go:93 in GetHostAliases) | no Azure Host Alias: Azure HostAliases: unable to query metadata endpoint: Get "http://169.254.169.254/metadata/instance/compute/vmId?api-version=2017-04-02&format=text": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:46 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for GCP Cloud Provider
2022-01-27 10:52:47 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:47 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:47 UTC | CORE | DEBUG | (pkg/util/cloudproviders/gce/gce.go:62 in GetHostAliases) | failed to get hostname to use as Host Alias: unable to retrieve hostname from GCE: GCE metadata API error: Get "http://169.254.169.254/computeMetadata/v1/instance/hostname": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:47 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for GCP Cloud Provider
2022-01-27 10:52:48 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:48 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:48 UTC | CORE | DEBUG | (pkg/util/cloudproviders/gce/gce.go:68 in GetHostAliases) | failed to get Host Alias: unable to retrieve instance name and hostname from GCE: GCE metadata API error: Get "http://169.254.169.254/computeMetadata/v1/instance/name": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:48 UTC | CORE | DEBUG | (pkg/util/cloudproviders/cloudfoundry/cloudfoundry.go:24 in GetHostAliases) | cloud_foundry is not enabled in the conf: no cloudfoudry host alias
2022-01-27 10:52:48 UTC | CORE | DEBUG | (pkg/util/cloudproviders/cloudproviders.go:114 in GetHostAliases) | no Kubernetes Host Alias (through kubelet API): couldn't extract a host alias from the kubelet: %!s(<nil>)
2022-01-27 10:52:48 UTC | CORE | DEBUG | (pkg/config/config.go:1400 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, skipping Tencent Cloud Provider
2022-01-27 10:52:48 UTC | CORE | DEBUG | (pkg/util/cloudproviders/cloudproviders.go:121 in GetHostAliases) | no Tencent Host Alias: unable to get TencentCloud CVM instanceID: cloud provider is disabled by configuration
2022-01-27 10:52:48 UTC | CORE | DEBUG | (pkg/util/kubernetes/clustername/clustername.go:91 in getClusterName) | Trying to auto discover the cluster name from the gce API...
2022-01-27 10:52:48 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for GCP Cloud Provider
2022-01-27 10:52:49 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:49 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:49 UTC | CORE | DEBUG | (pkg/util/kubernetes/clustername/clustername.go:94 in getClusterName) | Unable to auto discover the cluster name from the gce API: unable to retrieve clustername from GCE: GCE metadata API error: Get "http://169.254.169.254/computeMetadata/v1/instance/attributes/cluster-name": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:49 UTC | CORE | DEBUG | (pkg/util/kubernetes/clustername/clustername.go:91 in getClusterName) | Trying to auto discover the cluster name from the azure API...
2022-01-27 10:52:49 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for Azure Cloud Provider
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/clustername/clustername.go:94 in getClusterName) | Unable to auto discover the cluster name from the azure API: unable to query metadata endpoint: Get "http://169.254.169.254/metadata/instance/compute/resourceGroupName?api-version=2017-08-01&format=text": dial tcp 169.254.169.254:80: i/o timeout (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/clustername/clustername.go:91 in getClusterName) | Trying to auto discover the cluster name from the ec2 API...
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:50 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/clustername/clustername.go:94 in getClusterName) | Unable to auto discover the cluster name from the ec2 API: unable to get tags from aws and cache is empty: unable to fetch EC2 API to get identity: Get "http://169.254.169.254/latest/dynamic/instance-identity/document/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_hosts.go:95 in getKubeletHostFromDocker) | Trying to resolve host name bigNASty provided by docker to ip...
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_hosts.go:101 in getKubeletHostFromDocker) | Resolved host name bigNASty provided by docker to [{192.168.3.2 }]
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_hosts.go:40 in getPotentialKubeletHosts) | Got potential kubelet connection info from docker, ips: [192.168.3.2], hostnames: [bigNASty]
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:243 in checkKubeletConnection) | Trying to reach Kubelet with scheme: https
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:249 in checkKubeletConnection) | Trying to reach Kubelet at: 192.168.3.2:10250
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:127 in query) | Cannot request https://192.168.3.2:10250/spec: Get "https://192.168.3.2:10250/spec": dial tcp 192.168.3.2:10250: connect: connection refused
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:296 in logConnectionError) | Failed to reach Kubelet at: 192.168.3.2:10250 - error: Get "https://192.168.3.2:10250/spec": dial tcp 192.168.3.2:10250: connect: connection refused
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:269 in checkKubeletConnection) | Trying to reach Kubelet at: bigNASty:10250
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:127 in query) | Cannot request https://bigNASty:10250/spec: Get "https://bigNASty:10250/spec": dial tcp 192.168.3.2:10250: connect: connection refused
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:296 in logConnectionError) | Failed to reach Kubelet at: bigNASty:10250 - error: Get "https://bigNASty:10250/spec": dial tcp 192.168.3.2:10250: connect: connection refused
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:211 in getKubeletClient) | Impossible to reach Kubelet through HTTPS
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:243 in checkKubeletConnection) | Trying to reach Kubelet with scheme: http
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:249 in checkKubeletConnection) | Trying to reach Kubelet at: 192.168.3.2:10255
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:127 in query) | Cannot request http://192.168.3.2:10255/spec: Get "http://192.168.3.2:10255/spec": dial tcp 192.168.3.2:10255: connect: connection refused
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:296 in logConnectionError) | Failed to reach Kubelet at: 192.168.3.2:10255 - error: Get "http://192.168.3.2:10255/spec": dial tcp 192.168.3.2:10255: connect: connection refused
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:269 in checkKubeletConnection) | Trying to reach Kubelet at: bigNASty:10255
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:127 in query) | Cannot request http://bigNASty:10255/spec: Get "http://bigNASty:10255/spec": dial tcp 192.168.3.2:10255: connect: connection refused
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:296 in logConnectionError) | Failed to reach Kubelet at: bigNASty:10255 - error: Get "http://bigNASty:10255/spec": dial tcp 192.168.3.2:10255: connect: connection refused
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet_client.go:225 in getKubeletClient) | Impossible to reach Kubelet through HTTP
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/kubelet/kubelet.go:129 in GetKubeUtilWithRetrier) | Kube util init error: temporary failure in kubeutil, will retry later: impossible to reach Kubelet with host: . Please check if your setup requires kubelet_tls_verify = false. Activate debug logs to see all attempts made
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/util/kubernetes/clustername/clustername.go:114 in getClusterName) | Unable to auto discover the cluster name from node label : temporary failure in kubeutil, will retry later: impossible to reach Kubelet with host: . Please check if your setup requires kubelet_tls_verify = false. Activate debug logs to see all attempts made
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for GCP Cloud Provider
2022-01-27 10:52:50 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for GCP Cloud Provider
2022-01-27 10:52:51 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:51 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:51 UTC | CORE | WARN | (pkg/util/cloudproviders/gce/gce_tags.go:49 in getCachedTags) | unable to get tags from gce and cache is empty: GCE metadata API error: Get "http://169.254.169.254/computeMetadata/v1/?recursive=true": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:51 UTC | CORE | DEBUG | (pkg/metadata/host/host_tags.go:126 in GetHostTags) | No gce host tags, remaining attempts: 0, err: unable to get tags from gce and cache is empty: GCE metadata API error: Get "http://169.254.169.254/computeMetadata/v1/?recursive=true": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022-01-27 10:52:51 UTC | CORE | DEBUG | (pkg/metadata/host/host_tags.go:130 in GetHostTags) | Host tags from docker retrieved successfully
2022-01-27 10:52:51 UTC | CORE | DEBUG | (pkg/util/containers/cri/util.go:101 in GetUtil) | CRI init error: temporary failure in criutil, will retry later: no cri_socket_path was set
2022-01-27 10:52:51 UTC | CORE | DEBUG | (pkg/metadata/host/host.go:187 in func1) | Unable to get cri metadata: temporary failure in criutil, will retry later: no cri_socket_path was set
2022-01-27 10:52:51 UTC | CORE | DEBUG | (pkg/util/cloudproviders/network.go:38 in GetNetworkID) | GetNetworkID trying GCE
2022-01-27 10:52:51 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for GCP Cloud Provider
2022-01-27 10:52:52 UTC | CORE | TRACE | (pkg/autodiscovery/config_poller.go:85 in poll) | Polling container config provider
2022-01-27 10:52:52 UTC | CORE | DEBUG | (pkg/autodiscovery/config_poller.go:92 in poll) | No modifications in the templates stored in container configuration provider
2022-01-27 10:52:52 UTC | CORE | DEBUG | (pkg/util/cloudproviders/network.go:45 in GetNetworkID) | GetNetworkID trying EC2
2022-01-27 10:52:52 UTC | CORE | DEBUG | (pkg/config/config.go:1393 in IsCloudProviderEnabled) | cloud_provider_metadata is set to [aws gcp azure alibaba] in agent configuration, trying endpoints for AWS Cloud Provider
2022-01-27 10:52:52 UTC | CORE | INFO | (pkg/metadata/host/host.go:160 in getNetworkMeta) | could not get network metadata: could not detect network ID
=========
Collector
=========
Running Checks
==============
snmp
----
Instance ID: snmp:default:192.168.3.2:43a756d4fe51cd0c [ERROR]
Configuration Source: file:/etc/datadog-agent/conf.d/snmp.d/conf.yaml
Total Runs: 1
Metric Samples: Last Run: 4, Total: 4
Events: Last Run: 0, Total: 0
Network Devices Metadata: Last Run: 1, Total: 1
Service Checks: Last Run: 1, Total: 1
Average Execution Time : 16.009s
Last Execution Date : 2022-01-27 10:52:45 UTC (1643280765000)
Last Successful Execution Date : Never
Error: check device reachable: failed: request timeout (after 3 retries); failed to fetch values: failed to fetch scalar oids with batching: failed to fetch scalar oids: fetch scalar: error getting oids `[1.3.6.1.2.1.1.3.0]`: request timeout (after 3 retries)
No traceback
Check has run only once, if some metrics are missing you can try again with --check-rate to see any other metric if available.
Thanks for the details, from the trace logs, it seems that gosnmp library is not able to reach at all the device.
As you can see below it tried:
- SNMP GETNEXT on "1.3" (we use that as a way to test connectivity/reachability)
- SNMP GET on "1.3.6.1.2.1.1.3.0" aka uptime
And both failed with timeout.
Details of the calls here:
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: SEND INIT
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa1, MsgID:0x0, RequestID:0x4754995f, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:29 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:31 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 1. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:31 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa1, MsgID:0x0, RequestID:0x47549960, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:31 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:33 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 2. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:33 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa1, MsgID:0x0, RequestID:0x47549961, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:33 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:35 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 3. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:35 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa1, MsgID:0x0, RequestID:0x47549962, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:35 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 4. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SEND Error on the first Request Error: request timeout (after 3 retries)
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: SEND INIT
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa0, MsgID:0x0, RequestID:0x47549963, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3.6.1.2.1.1.3.0", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:37 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:39 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 1. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:39 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa0, MsgID:0x0, RequestID:0x47549964, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3.6.1.2.1.1.3.0", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:39 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:41 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 2. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:41 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa0, MsgID:0x0, RequestID:0x47549965, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3.6.1.2.1.1.3.0", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:41 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:43 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 3. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:43 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SENDING PACKET: gosnmp.SnmpPacket{Version:0x1, MsgFlags:0x0, SecurityModel:0x0, SecurityParameters:gosnmp.SnmpV3SecurityParameters(nil), ContextEngineID:******** ContextName:"", Community:******** PDUType:0xa0, MsgID:0x0, RequestID:0x47549966, MsgMaxSize:0x0, Error:0x0, ErrorIndex:0x0, NonRepeaters:0x0, MaxRepetitions:0x0, Variables:[]gosnmp.SnmpPDU{gosnmp.SnmpPDU{Name:"1.3.6.1.2.1.1.3.0", Type:0x5, Value:interface {}(nil)}}, Logger:gosnmp.Logger{logger:gosnmp.LoggerInterface(nil)}, SnmpTrap:gosnmp.SnmpTrap{Variables:[]gosnmp.SnmpPDU(nil), IsInform:false, Enterprise:"", AgentAddress:"", GenericTrap:0, SpecificTrap:0, Timestamp:0x0}}
2022-01-27 10:52:43 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:7: WAITING RESPONSE...
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: Retry number 4. Last error was: error reading from socket: read udp 172.17.0.9:50289->192.168.3.2:161: i/o timeout
2022-01-27 10:52:45 UTC | CORE | TRACE | (pkg/collector/corechecks/snmp/gosnmplib/gosnmp_log.go:50 in Write) | logger_debug.go:13: SEND Error on the first Request Error: request timeout (after 3 retries)
1/ Could you double check the community string you are using ? and put single quote around it (can help if there are some special chars)
2/ Could you remove leading indents from snmp.d/conf.yaml that are unnecessary
Example:
instances:
- ip_address: 192.168.3.2
snmp_version: 2
port: 161
community_string: '<COMMUNITY_STRING>'
[...]
For the moment, it's still unclear why gosnmp library (library used by the SNMP integration) is not able to reach the device with the provided credentials (community string).
I added single quotes around the community string
As for the indents: they are necesary in this case: its a nomad job with templating (which wouldnt explain why it works differently with loader:python etc)
With the quotes its still timing out.
👋 any updates?
im currently working around this with https://github.com/myoung34/synology-ups-datadog but its less than ideal
Hi @myoung34,
I added single quotes around the community string
Thanks for checking that, likely not a community string issue (we had in the past issues related special chars in community string)
Since it's works with snmpget/snmpwalk commands but not with gosnmp/loader:core (and partially working with pysnmp with loader:python).
My hypothesis is that it might be an issue related to how the message is encoded by gosnmp or/and how the message is handled by the Synology device.
1/ Could you run the following golang code to assess the hypothesis above ?
# main.go
package main
import (
"fmt"
"log"
g "github.com/gosnmp/gosnmp"
)
func main() {
g.Default.Target = "192.168.3.2"
g.Default.Port = 161
g.Default.Version = g.Version2c
g.Default.Community = "public"
err := g.Default.Connect()
if err != nil {
log.Fatalf("Connect() err: %v", err)
}
defer g.Default.Conn.Close()
result, err := g.Default.GetNext([]string{"1.3"})
if err != nil {
log.Printf("Get() err: %v", err)
} else {
printResults(result)
}
getOids := []string{
"1.3.6.1.2.1.1.3.0",
"1.3.6.1.4.1.6574.4.3.6.1.0",
"1.3.6.1.4.1.6574.4.3.1.1.0",
"1.3.6.1.4.1.6574.4.2.12.1.0",
"1.3.6.1.4.1.6574.4.2.1.0",
}
for _, oid := range getOids {
result, err = g.Default.Get([]string{oid})
if err != nil {
log.Printf("Get() err: %v", err)
} else {
printResults(result)
}
}
}
func printResults(result *g.SnmpPacket) {
for i, variable := range result.Variables {
fmt.Printf("%d: oid: %s ", i, variable.Name)
switch variable.Type {
case g.OctetString:
fmt.Printf("string: %s\n", string(variable.Value.([]byte)))
default:
fmt.Printf("other_type: %v\n", variable)
}
}
}
Then run:
go run main.go
You should get an output like this:
0: oid: .1.3.6.1.2.1.1.1.0 string: Linux 41ba948911b9 4.9.87-linuxkit-aufs #1 SMP Wed Mar 14 15:12:16 UTC 2018 x86_64
0: oid: .1.3.6.1.2.1.1.3.0 other_type: {4226041 .1.3.6.1.2.1.1.3.0 TimeTicks}
0: oid: .1.3.6.1.4.1.6574.4.3.6.1.0 other_type: {<nil> .1.3.6.1.4.1.6574.4.3.6.1.0 NoSuchInstance}
0: oid: .1.3.6.1.4.1.6574.4.3.1.1.0 other_type: {<nil> .1.3.6.1.4.1.6574.4.3.1.1.0 NoSuchInstance}
0: oid: .1.3.6.1.4.1.6574.4.2.12.1.0 other_type: {<nil> .1.3.6.1.4.1.6574.4.2.12.1.0 NoSuchInstance}
0: oid: .1.3.6.1.4.1.6574.4.2.1.0 other_type: {<nil> .1.3.6.1.4.1.6574.4.2.1.0 NoSuchInstance}
2/ Can you try to upgrade your device firmware ? (if not already latest version) In case the issue is related how the device handle the messages.
3/ Can you share the output of those 3 commands? That will output the raw output in hex format.
snmpgetnext -d -v 2c -c home 192.168.3.2 1.3
snmpget -d -v 2c -c home 192.168.3.2 1.3.6.1.2.1.1.3.0
snmpget -d -v 2c -c home 192.168.3.2 1.3.6.1.4.1.6574.4.3.6.1.0
note: -d for debug
@AlexandreYang looks like this might be related to gosnmp?
$ cat go.mod
module test
go 1.18
require github.com/gosnmp/gosnmp v1.34.0
$ go run main.go
2022/03/24 13:09:02 Get() err: request timeout (after 3 retries)
So it times out even though everything else works.
2/ The device is a synology and is up to date 3/
snmpgetnext -d -v 2c -c home 192.168.3.2 1.3
No log handling enabled - using stderr logging
Sending 34 bytes to UDP: [192.168.3.2]:161->[0.0.0.0]:0
0000: 30 20 02 01 01 04 04 68 6F 6D 65 A1 15 02 04 30 0 .....home...0
0016: AD 00 8D 02 01 00 02 01 00 30 07 30 05 06 01 2B ........0.0...+
0032: 05 00 ..
Received 111 byte packet from UDP: [192.168.3.2]:161->[0.0.0.0]:0
0000: 30 6D 02 01 01 04 04 68 6F 6D 65 A2 62 02 04 30 0m.....homeb..0
0016: AD 00 8D 02 01 00 02 01 00 30 54 30 52 06 08 2B ........0T0R..+
0032: 06 01 02 01 01 01 00 04 46 4C 69 6E 75 78 20 62 ........FLinux b
0048: 69 67 4E 41 53 74 79 20 34 2E 34 2E 31 38 30 2B igNASty 4.4.180+
0064: 20 23 34 32 32 31 38 20 53 4D 50 20 4D 6F 6E 20 #42218 SMP Mon
0080: 4F 63 74 20 31 38 20 31 39 3A 31 37 3A 35 36 20 Oct 18 19:17:56
0096: 43 53 54 20 32 30 32 31 20 78 38 36 5F 36 34 CST 2021 x86_64
SNMPv2-MIB::sysDescr.0 = STRING: Linux bigNASty 4.4.180+ #42218 SMP Mon Oct 18 19:17:56 CST 2021 x86_64
$ snmpget -d -v 2c -c home 192.168.3.2 1.3.6.1.2.1.1.3.0
No log handling enabled - using stderr logging
Sending 41 bytes to UDP: [192.168.3.2]:161->[0.0.0.0]:0
0000: 30 27 02 01 01 04 04 68 6F 6D 65 A0 1C 02 04 48 0'.....home...H
0016: B4 3E F4 02 01 00 02 01 00 30 0E 30 0C 06 08 2B >......0.0...+
0032: 06 01 02 01 01 03 00 05 00 .........
Received 45 byte packet from UDP: [192.168.3.2]:161->[0.0.0.0]:0
0000: 30 2B 02 01 01 04 04 68 6F 6D 65 A2 20 02 04 48 0+.....home ..H
0016: B4 3E F4 02 01 00 02 01 00 30 12 30 10 06 08 2B >......0.0...+
0032: 06 01 02 01 01 03 00 43 04 05 C2 F6 2F .......C../
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (96663087) 11 days, 4:30:30.87
$ snmpget -d -v 2c -c home 192.168.3.2 1.3.6.1.4.1.6574.4.3.6.1.0
No log handling enabled - using stderr logging
Sending 45 bytes to UDP: [192.168.3.2]:161->[0.0.0.0]:0
0000: 30 2B 02 01 01 04 04 68 6F 6D 65 A0 20 02 04 5C 0+.....home ..\
0016: 94 9D F0 02 01 00 02 01 00 30 12 30 10 06 0C 2B ........0.0...+
0032: 06 01 04 01 B3 2E 04 03 06 01 00 05 00 ............
Received 47 byte packet from UDP: [192.168.3.2]:161->[0.0.0.0]:0
0000: 30 2D 02 01 01 04 04 68 6F 6D 65 A2 22 02 04 5C 0-.....home"..\
0016: 94 9D F0 02 01 00 02 01 00 30 14 30 12 06 0C 2B ........0.0...+
0032: 06 01 04 01 B3 2E 04 03 06 01 00 02 02 08 1C ..............
SNMPv2-SMI::enterprises.6574.4.3.6.1.0 = INTEGER: 2076
Hi @myoung34
@AlexandreYang looks like this might be related to gosnmp?
Looks like so.
Thanks you for making all those tests.
Do you mind opening an issue on https://github.com/gosnmp/gosnmp with the results from your previous post ?