barryib commented on PR #27432:
URL: https://github.com/apache/flink/pull/27432#issuecomment-4780617198

   As a related update: while waiting for this PR to be reviewed, we also 
contributed an alternative solution to the Datadog Agent side — 
[DataDog/integrations-core#23857](https://github.com/DataDog/integrations-core/pull/23857)
 — which was recently merged. It adds an OpenMetrics-based collection mode to 
the official Flink integration, allowing the Datadog Agent to scrape Flink's 
built-in Prometheus reporter instead of relying on the push-based 
`DatadogHttpReporterFactory`. This makes the API key a concern of the Agent 
(which already holds it in a standard k8s deployment) rather than Flink config, 
which is particularly useful when `flink-conf.yaml` is read-only (e.g. Flink 
Operator on Kubernetes).
   
   The two approaches are complementary: this PR remains valuable for users who 
prefer the native Datadog reporter; the integrations-core PR offers an 
Agent-pull alternative for k8s-native setups.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to