13 Jan 2026 01:20 PM
We're using the salesforce integration, here specifically the "API Queries" piece to bridge a SOQL query and have the results arrive in DT logs.
This is working perfectly. 'fetch logs | filter query.name == 'SF Wrapper Logs'. Happy days.
What I now wish to achieve is alerting, something like "if the rate of logs with LM_Type__c == "ERROR" breaches a certain level, trigger an alert.
And I'm failing miserably. I'm led to believe by chatbots that, because the logs are landing direct from an extension (I.E: dt.openpipeline.source == 'extension:com.dynatrace.salesforce-extension'), nothing done in OpenPipeline or anywhere else is going to work. It talks about query based metrics, which we do not seem to have (or I can't find them), and log re-ingestion, which we also seem not to have.
Is there not some easy way we can use to "do alert based on logging" ?
Featured Posts