Application Settings
Last updated
Was this helpful?
Last updated
Was this helpful?
The Settings section captures team setup, permissions, and credentials. You can access the Settings page from the user settings on the left navigation bar of the Fiddler UI.
The General tab shows your organization name, your email, and a few other details.
The Access tab shows the users, teams, and invitations for everyone in the organization.
The Users sub-tab shows all the users that are members of this organization.
The Teams tab shows all the teams that have been defined for this organization.
You can create a team by clicking on the plus (+
) icon on the top-right.
🚧 Note
Only Org Admins can create teams. The plus (
+
) icon will not be visible unless you have the Org Admin role.
The Invitations tab shows all pending user invitations. Invitations that have been accepted no longer appear.
You can invite a user by clicking on the plus (+
) icon on the top-right.
🚧 Note
Only Org Admins can invite users. The plus (
+
) icon will not be visible unless you have the Org Admin role.
The Credentials tab displays user access keys. These access keys are used by Fiddler Python client for authentication. Each Org Admin or Org Member can create a unique key by clicking on Create Key.
Webhooks enable you to link Fiddler to your notification and communication services, allowing them to receive Fiddler alerts as they're triggered. We support Slack and Microsoft Teams webhook integrations directly. We also offer a custom webhook option that works with any webhook-consuming platform. You can manage these webhooks in the "Webhook Integration" tab.
From the "Webhook Integrations" tab, use the + icon on the "Webhook Integration" tab to configure a new webhook.
Follow these steps:
Enter a unique webhook name in the Service Name textbox
Select Slack in the Provider dropdown
Test the webhook service using the Test button
Click the Create button once the test is successful
To configure a webhook for Microsoft Teams, follow the same steps listed for the Slack webhook, but instead select MS Teams for Provider type and enter the webhook URL provided by your MS Teams' administrator.
To configure a webhook for any other platform, follow the same steps listed for the Slack webhook, but instead select Other for Provider type and enter the webhook URL provided by the platform's administrator.
Enter a unique webhook name in the Service Name textbox
Select Other in the Provider dropdown
Enter the webhook URL provided by your platform administrator
Test the webhook service using the Test button
Click the Create button once the test is successful
Custom Webhook Payload Description
For custom webhooks, Fiddler sends payload with following fields:
alert_name
String
Name of the triggered alert
"Feature Drift Alert"
overall_severity
String
Alert severity level
"CRITICAL", "WARNING", "INFO"
project_name
String
Fiddler project name
"Fraud Detection"
model_name
String
Model being monitored
"fraud_classifier_v2"
priority
String
Configured alert priority
"HIGH", "MEDIUM", "LOW"
bin_start_time_string
String
Start time of the time bin for which alert has been triggerred
"2023-05-15 14:30:00"
bin_size
String
Time window for evaluation
"Day", "Hour", "Minute"
segment
String
Model segment identifier
"high_value_transactions"
message_content
String
Alert message content
"Model drift detected in production"
alert_inspect_url
String
URL to alert details in Fiddler
"https://fiddler.com/alert/123"
Example Payload
🚧 Important Note
Many platforms will require specific configuration to properly receive and process Fiddler's webhook notifications. Consult your platform's documentation for details on how to parse and display the incoming JSON payload.
You can manage your webhook from the Webhook Integrations tab.
Select the webhook that you want to edit/delete using the "..." icon towards the right of a webhook integration row.
Select the Delete Webhook option to delete the webhook
🚧 Deleting a Webhook
You will not be able to delete a webhook that is already linked to alerts. To delete the webhook, you will need to modify the alert and then delete the webhook
Select the Edit Webhook option to edit the webhook
Click the Test button to test your changes
Click the Save button once the test is successful
Enter the Slack webhook URL provided by your Slack administrator which will appear similar to this example:
Slack documentation on creating webhooks can be reviewed .
Microsoft Teams documentation on creating webhooks can be reviewed .
Questions? to a product expert or a demo.
Need help? Contact us at .