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

Add new ddev create type for metrics crawler integrations #13411

Merged
merged 3 commits into from
Dec 7, 2022

Conversation

nathanmadams
Copy link
Contributor

@nathanmadams nathanmadams commented Nov 28, 2022

What does this PR do?

This adds a type called metrics_pull to the ddev create that generates the boilerplate for crawler-based metrics integrations.

Motivation

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 Nov 28, 2022

Codecov Report

Merging #13411 (90587c6) into master (b528fa4) will decrease coverage by 0.09%.
The diff coverage is n/a.

Flag Coverage Δ
active_directory 100.00% <ø> (+17.64%) ⬆️
amazon_msk 88.67% <ø> (ø)
ambari 85.75% <ø> (ø)
arangodb 98.21% <ø> (ø)
argocd 88.13% <ø> (+0.13%) ⬆️
avi_vantage 92.50% <ø> (ø)
azure_iot_edge 82.00% <ø> (ø)
boundary 100.00% <ø> (ø)
btrfs 82.91% <ø> (ø)
cacti 87.90% <ø> (ø)
calico 83.33% <ø> (ø)
cert_manager 77.41% <ø> (ø)
cisco_aci 95.27% <ø> (ø)
cloud_foundry_api 95.98% <ø> (+0.12%) ⬆️
cockroachdb 90.78% <ø> (ø)
consul 91.64% <ø> (ø)
coredns 94.54% <ø> (ø)
datadog_checks_base 89.78% <ø> (+0.35%) ⬆️
datadog_checks_dev 81.57% <ø> (+0.07%) ⬆️
datadog_checks_downloader 78.64% <ø> (+0.99%) ⬆️
datadog_cluster_agent 90.00% <ø> (ø)
ddev 98.77% <ø> (+0.20%) ⬆️
directory 96.50% <ø> (ø)
dns_check 93.90% <ø> (ø)
druid 97.70% <ø> (ø)
ecs_fargate 80.05% <ø> (ø)
eks_fargate 94.05% <ø> (ø)
envoy 94.23% <ø> (+0.22%) ⬆️
external_dns 89.09% <ø> (ø)
fluentd 94.77% <ø> (ø)
foundationdb 83.88% <ø> (ø)
gitlab_runner 91.94% <ø> (ø)
gunicorn 92.85% <ø> (ø)
haproxy 95.12% <ø> (+0.16%) ⬆️
hazelcast 92.39% <ø> (ø)
hdfs_datanode 89.74% <ø> (ø)
hdfs_namenode 86.72% <ø> (ø)
http_check 95.38% <ø> (+2.08%) ⬆️
ibm_ace 91.79% <ø> (ø)
ibm_db2 95.10% <ø> (ø)
ibm_i 81.95% <ø> (ø)
iis 94.55% <ø> (+39.22%) ⬆️
kong 87.56% <ø> (-0.51%) ⬇️
kube_controller_manager 96.00% <ø> (-0.86%) ⬇️
kube_metrics_server 96.87% <ø> (-3.13%) ⬇️
kube_proxy 98.38% <ø> (-1.62%) ⬇️
kubelet 90.96% <ø> (ø)
kyototycoon 85.96% <ø> (ø)
linkerd 85.14% <ø> (+1.14%) ⬆️
mapreduce 81.77% <ø> (ø)
marathon 83.12% <ø> (ø)
mesos_slave 93.63% <ø> (ø)
nagios 89.01% <ø> (ø)
network 63.06% <ø> (-29.90%) ⬇️
nfsstat 95.20% <ø> (ø)
nginx 95.24% <ø> (+0.54%) ⬆️
nginx_ingress_controller 98.36% <ø> (ø)
openmetrics 97.90% <ø> (ø)
openstack 51.45% <ø> (ø)
openstack_controller 90.94% <ø> (ø)
php_fpm 90.25% <ø> (+0.84%) ⬆️
postfix 88.04% <ø> (ø)
powerdns_recursor 96.65% <ø> (ø)
process 85.36% <ø> (+0.28%) ⬆️
prometheus 94.17% <ø> (ø)
proxysql 98.97% <ø> (ø)
pulsar 100.00% <ø> (ø)
rabbitmq 94.41% <ø> (ø)
redisdb 87.50% <ø> (ø)
rethinkdb 97.93% <ø> (ø)
riak 99.22% <ø> (ø)
riakcs 93.61% <ø> (ø)
singlestore 90.81% <ø> (ø)
snowflake 96.47% <ø> (ø)
spark 93.83% <ø> (ø)
squid 100.00% <ø> (ø)
ssh_check 91.58% <ø> (ø)
statsd 87.36% <ø> (+1.05%) ⬆️
supervisord 92.30% <ø> (ø)
system_swap 98.30% <ø> (ø)
tcp_check 91.58% <ø> (ø)
teradata 94.24% <ø> (ø)
tls 91.82% <ø> (+0.84%) ⬆️
tokumx 58.40% <ø> (?)
twemproxy 79.45% <ø> (ø)
twistlock 79.62% <ø> (ø)
wmi_check 92.91% <ø> (ø)

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

@nathanmadams nathanmadams changed the title Add new ddev create type for tile-only metrics integrations. Add new ddev create type for metrics crawler integrations Dec 2, 2022
@nathanmadams nathanmadams marked this pull request as ready for review December 2, 2022 20:56
@nathanmadams nathanmadams requested review from a team as code owners December 2, 2022 20:56
drichards-87
drichards-87 previously approved these changes Dec 2, 2022
Copy link
Contributor

@drichards-87 drichards-87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Approved from Docs with one comment for a suggested edit.

FlorentClarret
FlorentClarret previously approved these changes Dec 5, 2022
Copy link
Member

@FlorentClarret FlorentClarret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

…ation/metrics_pull/{check_name}/README.md

Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
@FlorentClarret FlorentClarret merged commit 74e7501 into master Dec 7, 2022
@FlorentClarret FlorentClarret deleted the nathan.adams/add-metrics-tile-type branch December 7, 2022 09:03
github-actions bot pushed a commit that referenced this pull request Dec 7, 2022
* Add new ddev create type for tile-only metrics integrations.

* Rename type

* Update datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/metrics_pull/{check_name}/README.md

Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>

Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> 74e7501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants