Fiddler's Model Performance Management platform monitors Machine Learning model performance by sending real-time alerts when model performance metrics drop, allowing users to analyze inference data to understand why model performance is degrading. This integration includes metrics and an out-of-the-box dashboard that displays performance metrics such as accuracy, traffic, and drift.
The Fiddler check is not included in the Datadog Agent package, so you need to install it.
For Agent v7.21+ / v6.21+, follow the instructions below to install the Fiddler check on your host. See Use Community Integrations to install with the Docker Agent or earlier versions of the Agent.
-
Run the following command to install the Agent integration:
/opt/datadog-agent/embedded/bin/pip install fiddler-client datadog-agent integration install -t datadog-fiddler==1.0.0
-
Configure your integration similar to Agent-based integrations.
-
Edit the
fiddler.d/conf.yaml
file, in theconf.d/
folder at the root of your Agent's configuration directory to start collecting your Fiddler performance data. See the samplefiddler.d/conf.yaml
for all available configuration options. Theurl
,org
, andfiddler_api_key
parameters need to be updated for the Fiddler environment you wish the integration to query. Fiddler also suggests setting theminimum_collection_interval
setting in theconf.yaml
file to300
(5 minutes).
Run the Agent's status subcommand and look for fiddler
under the Checks section.
See metadata.csv for a list of metrics provided by this check.
See service_checks.json for a list of service checks provided by this integration.
Need help? Contact Fiddler support.