Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade an info log to debug #14667

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Downgrade an info log to debug #14667

merged 1 commit into from
Jun 2, 2023

Conversation

FlorentClarret
Copy link
Member

What does this PR do?

Downgrade an info log to debug

Motivation

We have this info log each time the check runs

Additional Notes

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have changelog/ and integration/ labels attached
  • If the PR doesn't need to be tested during QA, please add a qa/skip-qa label.

@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Merging #14667 (7bc7984) into master (23052d6) will decrease coverage by 0.19%.
The diff coverage is n/a.

Flag Coverage Δ
active_directory 100.00% <ø> (+17.64%) ⬆️
aerospike 87.17% <ø> (+0.32%) ⬆️
airflow 90.00% <ø> (ø)
cacti 87.90% <ø> (ø)
cassandra_nodetool 93.16% <ø> (ø)
ceph 91.02% <ø> (ø)
cilium 75.46% <ø> (+0.92%) ⬆️
clickhouse 95.49% <ø> (ø)
consul 91.65% <ø> (ø)
couch 95.19% <ø> (+0.24%) ⬆️
couchbase 84.28% <ø> (ø)
datadog_checks_dev 82.75% <ø> (+0.07%) ⬆️
datadog_checks_downloader 81.65% <ø> (ø)
ddev 98.66% <ø> (-0.52%) ⬇️
disk 85.00% <ø> (-4.17%) ⬇️
dns_check 93.90% <ø> (ø)
dotnetclr 91.39% <ø> (+12.90%) ⬆️
druid 97.70% <ø> (ø)
elastic 92.88% <ø> (-0.34%) ⬇️
envoy 94.18% <ø> (ø)
etcd 93.98% <ø> (ø)
exchange_server 96.85% <ø> (+11.81%) ⬆️
gearmand 78.26% <ø> (+1.24%) ⬆️
gitlab 92.82% <ø> (+1.22%) ⬆️
gitlab_runner 91.94% <ø> (ø)
glusterfs 80.09% <ø> (+0.92%) ⬆️
haproxy 95.13% <ø> (+0.16%) ⬆️
harbor 80.04% <ø> (ø)
ibm_ace 91.79% <ø> (ø)
ibm_db2 95.10% <ø> (ø)
ibm_mq 91.13% <ø> (-0.27%) ⬇️
iis 95.00% <ø> (+37.60%) ⬆️
istio 77.43% <ø> (+0.55%) ⬆️
kafka_consumer 93.43% <ø> (ø)
kong 87.56% <ø> (ø)
linkerd 85.14% <ø> (+1.14%) ⬆️
marklogic 96.03% <ø> (ø)
mesos_master 89.75% <ø> (ø)
mesos_slave 93.63% <ø> (ø)
mongo 96.64% <ø> (ø)
mysql 87.29% <ø> (ø)
network 63.19% <ø> (-29.71%) ⬇️
nginx 95.24% <ø> (+0.54%) ⬆️
openstack 51.45% <ø> (ø)
oracle 89.59% <ø> (ø)
pdh_check 95.65% <ø> (ø)
pgbouncer 91.33% <ø> (ø)
postgres 91.02% <ø> (+0.05%) ⬆️
proxysql 98.97% <ø> (ø)
rabbitmq 95.67% <ø> (ø)
redisdb 87.63% <ø> (ø)
rethinkdb 97.93% <ø> (ø)
riakcs 93.61% <ø> (ø)
sap_hana 91.64% <ø> (+0.26%) ⬆️
scylla 100.00% <ø> (ø)
snmp 82.49% <ø> (+0.03%) ⬆️
sonarqube 98.24% <ø> (ø)
spark 93.91% <ø> (ø)
sqlserver 84.87% <ø> (-1.62%) ⬇️
ssh_check 91.58% <ø> (ø)
tcp_check 90.23% <ø> (-1.35%) ⬇️
teamcity 88.35% <ø> (+2.87%) ⬆️
varnish 84.39% <ø> (+0.26%) ⬆️
vault 95.53% <ø> (+0.57%) ⬆️
vertica 98.50% <ø> (ø)
voltdb 96.84% <ø> (ø)
vsphere 90.11% <ø> (+0.08%) ⬆️
win32_event_log 86.26% <ø> (+0.27%) ⬆️
windows_performance_counters 98.36% <ø> (ø)
windows_service 98.00% <ø> (ø)
wmi_check 92.91% <ø> (ø)
zk 82.62% <ø> (+1.55%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@alopezz alopezz added the category/feature For use during Agent Release period label Jun 1, 2023
@github-actions
Copy link

github-actions bot commented Jun 1, 2023

Test Results

     978 files       978 suites   7h 5m 0s ⏱️
  5 401 tests   5 048 ✔️    344 💤 6  3 🔥
20 662 runs  17 132 ✔️ 3 520 💤 7  3 🔥

For more details on these failures and errors, see this check.

Results for commit 7bc7984.

@alopezz alopezz merged commit d96e29d into master Jun 2, 2023
@alopezz alopezz deleted the FlorentClarret-patch-1 branch June 2, 2023 07:35
github-actions bot pushed a commit that referenced this pull request Jun 2, 2023
alopezz pushed a commit that referenced this pull request Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base_package category/feature For use during Agent Release period
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants