Update an existing auto monitor setup by its external ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Auto monitor setup external ID
Fields to update
List of evaluator slugs to run on matched spans
["hallucination", "toxicity"]Map of span attributes to filter which spans this monitor applies to. Keys are span attribute names (e.g. gen_ai.system, gen_ai.request.model) and values can be strings, numbers, or booleans. Example: {"gen_ai.system": "openai", "gen_ai.request.model": "gpt-4o", "gen_ai.request.max_tokens": 1000}