), with DATADOG_API_KEY
being injected through a SecretsProviderClass).
Dan
On Sun, Jul 31, 2022 at 9:56 AM Daniel Fischer
wrote:
> Hi,
>
> I have a Flink application deployed to Kuberenetes and am trying to enable
> Datadog metrics. I'm stuck on how to set the
> metrics.re
Hi,
I have a Flink application deployed to Kuberenetes and am trying to enable
Datadog metrics. I'm stuck on how to set the
metrics.reporter.dghttp.apikey property
to a sensitive value.
I'm currently configuring my flink-conf.yaml file through a ConfigMap as
prescribed in the documentation. I do
ocs/deployment/advanced/logging/#configuring-logback
>>to add necessary jars/xmls and use the custom image
>>- Use -Dlogback.configurationFile= to specify the
>>logback.xml(mounted or packaged in the image) in spec.flinkConfiguration
>>- Submit the
Hi,
I have a job running in Kubernetes that I'm looking to migrate to the new
Kubernetes Operator
https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/operations/metrics-logging/.
My question is about logging. My job currently uses logback, but reading
through the documentat