29 Oct 2024 05:47 PM - edited 30 Oct 2024 08:40 PM
Hi,
I'm creating a classic dashboard for two environment active gates that receive our extension traffic behind a VIP. I have been able to create visuals for incoming requests made from our Spring services sending micrometer metrics by filtering by user-agent=micrometer which gives a nice visual you see here.
dsfm:active_gate.rest.request_count:filter(and(or(eq("host.name","OUR-AG")),or(eq(api_id,ENVIRONMENT_V2)),or(eq(user_agent,micrometer)))):splitBy():sort(value(auto,descending)):limit(20)
We are now using OpenKit-Java to send bizevents and I would like to create the same visualization for beacon forwarding requests. However when I query the dsfm metric I can only filter by the beaconForwardingType=web. Despite our services sending beacons through these active gates, It doesn't appear that custom is ever an option for this metric:
dsfm:active_gate.rum.beacon_forwarded_count
Can anyone help me get a visualization for beacon forwarding count filtered by custom apps? If this is not possible can this be added to planned dynatrace features?
30 Oct 2024 07:18 PM
Hello @Nick-Montana
Hoping it adds value, keep us posted.
KR
Peter.
30 Oct 2024 08:33 PM
Peter,
I appreciate the reply. All these settings are enabled properly if the beacon forwarder was not enabled we wouldn't be sending bizevents. We have been for about 6 months.
I believe that the dsfm beacon forwarding ActiveGate metric is somehow not registering the custom app dimension filter
31 Oct 2024 05:42 AM
Hello @Nick-Montana
Appreciate your response, I believe checking the logs would refer to the RC, simple adjustment to https://docs.dynatrace.com/docs/shortlink/sgw-configure#launcheruserconfig-conf will help.
BR,
Peter.
01 Nov 2024 03:10 PM
Any chance you could look in your environment and check what beacon type dimensions come up when you query that metric?