New RunLLM response generated: >>>*# Question* He...
# runllm-flyte-trial
a
New RunLLM response generated: >>>*# Question* Hello Team, I'm looking for Flyte integration with Datadog. Is there a plugin or integration available to connect Flyte with Datadog? to send metrics and logs to Datadog # Answer Yes, Flyte supports integration with Datadog for sending logs and metrics. You can configure Flyte to send logs to Datadog by enabling log collection from containers and using files. The configuration can be done using Helm or environment variables. For logs: 1. Helm Configuration:
Copy code
logs:
      enabled: true
      containerCollectAll: true
      containerCollectUsingFiles: true
2. Environment Variables:
Copy code
DD_LOGS_ENABLED: "false"
    DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL: "true"
    DD_LOGS_CONFIG_K8S_CONTAINER_USE_FILE: "true"
    DD_CONTAINER_EXCLUDE_LOGS: "name:datadog-agent"
For metrics, you can scrape Prometheus metrics using the Datadog agent by annotating the Flyte pods and exposing the metrics port. Would you like more details on the setup process? Sources: - Flyte Logging Configuration - Datadog Integration Guide Slack Link https://flyte-org.slack.com/archives/CP2HDHKE1/p1724652056.794509 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.