felipecgonc
felipecgonc

Reputation: 558

Datadog cannot find check in "catalog" when implementing integration

I've been trying to implement a Datadog integration, more specifically Airflow's. I've been following this piece of documentation using the containerized approach (I've tried using pod annotations and adding the confd parameters to the agent's Helm values). I've only made advances when adding the airflow.yaml config to the confd sectrion of the cluster agent. However, I get stuck when I try to validate the integration as specified in the documentation by running datadog-cluster-agent status. Under the "Running Checks" section, I can see the following:

airflow
-------
  Core Check Loader:
    Check airflow not found in Catalog

On top of being extremely generic, this error message mentions a "Catalog" that is not referenced anywhere else in the DD documentation. It doesn't tell me or give me any hints on what could possibly wrong with the integration. Anyone had the same problem and knows how to solve it or at least how can I get more info/details/verbosity to debug this issue?

Upvotes: 2

Views: 3291

Answers (1)

oeuftete
oeuftete

Reputation: 2718

You may need to add cluster_check: true to your airflow.yaml confd configuration.

Upvotes: 4

Related Questions