13 Nov 2025
12:24 PM
- last edited on
17 Nov 2025
01:17 PM
by
MaciejNeumann
I have defined an Outgoing Business event that sending SOAP/XML requests to external service
However, I am unable to see any metrics from Notebook query for example
fetch bizevents
| summarize Count=count(), by:{event.provider, event.type}
| sort Count, direction:"descending"
13 Nov 2025 01:06 PM
Hi @t_pawlak
I am sure there were requests for the business event as I could see the log entries for the call
13 Nov 2025 01:10 PM
Just to be clear, the metrics from DQL did not contain the Business Event that I have created
13 Nov 2025 01:23 PM
Thanks for the clarification!
Two important distinctions here:
Seeing log entries ≠ having Business Events in Grail.
The fact that you see log lines for the SOAP call only proves that the request happened, but it doesn’t necessarily mean that a OneAgent Business Event was generated and stored in bizevents.
To narrow this down, could you please share how exactly you configured your Business Event rule?
For example:
A screenshot of the Business Event configuration (with sensitive data blurred) would also be very helpful.
13 Nov 2025 01:47 PM
Please see the screenshot below
13 Nov 2025 01:40 PM
Hi,
Are you talking about Managed?
Best regards
13 Nov 2025 05:09 PM
@TT support of outgoing business events captured by OneAgent is pretty limited to a few frameworks at this time. I think it's this issue.
Currently, the support is only in Java and only for:
Capturing bizevents from HTTP requests sent by any other framework or technology is not possible (yet).
13 Nov 2025 01:49 PM
What do you mean by that?
13 Nov 2025 02:03 PM
Dynatrace SaaS = Dynatrace runs and hosts the cluster for you (typical URL like ...live.dynatrace.com, features like Notebooks/Map/Reference data available).
Dynatrace Managed = You host the Dynatrace cluster on-prem or in your cloud. There’s a Cluster Management Console (CMC) and a custom domain.
Look at the URL and the account “About” page:
If you see “Dynatrace Managed” or have access to CMC, you’re Managed.
If your environment lives under *.dynatrace.com (e.g., ...live.dynatrace.com) and there’s no CMC, you’re SaaS.
14 Nov 2025 07:38 AM
Hi,
Let me move this thread to QA because it is in Managed section.
Best regards
16 Nov 2025 10:02 PM
Hi @TT
Review the information of @Julius_Loman .