cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Retrieve problems that were reported to ServiceNow

vishnu_kumar
Participant

Hi,

Is there a metric we have that we can use to show the number of Problems being reported to ServiceNow?
Maybe somehow we can retrieve the Integration that was called for a Problem? Would that help?
I need to display this as a Dashboard in Dynatrace (preferably with the new Dashboards).

Or should I be running a custom extension to query servicenow and push the data to DT as a custom metric?

Let me know if there is another solution for the same.

 

Thanks,
Vishnu

5 REPLIES 5

You should be able to use this metric dsfm:server.notifications.problem_notifications.

marina_pollehn_0-1695293651025.png

And then filter by alerting profile and select the one for SNOW. Let me know if that's what you were looking for 🙂

 

A Dynatrace Professional nerd working for Conclusion Xforce

Hi,

So this i was able to pin the metric to Classic dashboards.

How do i do the same for the new Dashboards? using Grails, i dont see these metrics in the docs.

fetch events
| filter dsfm

like that, doesnt work...

anyone can help a Grail query for this?

Hi,

I think dsfm metric are not in Grail.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Would this help?   

fetch events
| filter event.kind == "DAVIS_PROBLEM"
| expand labels.alerting_profile
| filter labels.alerting_profile == "<SNOW_Profile_Name_Here>"

Featured Posts