Andrew Zhang

Results 8 issues of Andrew Zhang

### What does this PR do? The `http_check`'s `instance` tag is being normalized, and therefore all `instance:test-instance` is converted into `instance:test_instance`, even though the [public docs](https://docs.datadoghq.com/getting_started/tagging/#define-tags) mention that `-` are...

documentation
do-not-merge/HOLD
changelog/no-changelog
integration/http_check
integration/datadog_checks_base

### What does this PR do? ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests (unit,...

documentation
integration/vsphere
changelog/Added

### What does this PR do? This PR updates the metadata.csv to include metrics added in https://github.com/DataDog/integrations-core/pull/12352 ### Motivation QA for https://github.com/DataDog/integrations-core/pull/12352 ### Additional Notes ### Review checklist (to be...

changelog/no-changelog
integration/elastic
category/improvement

### What does this PR do? Update the Github PR template to include using the `qa/skip-qa` label. ### Motivation This label lets the release script directly skip labeled PRs from...

changelog/no-changelog
qa/skip-qa

### What does this PR do? This PR refactors the code determining if SSL should be enabled for the IBM MQ check. ### Motivation Clarify when SSL is enabled. ###...

changelog/no-changelog
integration/ibm_mq

### What does this PR do? Originally cryptography was pinned because snowflake-connector-python required ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix...

dev/tooling
integration/http_check
integration/dns_check
integration/mysql
integration/cisco_aci
integration/tls
dependencies
dev_package
base_package

Description =========== The `enable.ssl.certificate.verification` configuration for `AdminClient` only takes strings `"true"`/`"false"` rather than the Python booleans `True`/`False`. We noticed that even though we would set `enable.ssl.certificate.verification: False` in our configuration,...

investigate further

👋 hey team, I had a question about the Kafka Connect JDBC Sink. In the [`flush()`](https://github.com/DataDog/mars-jdbc-connector/blob/52fb70d2ac5b487b9e239aa13c7ce814472ce288/src/main/java/io/confluent/connect/jdbc/sink/BufferedRecords.java#L186-L187) call, I see that the records are split between updates and deletes: ``` executeUpdates();...