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

Dns error dashboard, where to find underlying info.

henk_stobbe
DynaMight Champion
DynaMight Champion

Hello,

 

Confronted with below info,

 

henk_stobbe_1-1682352116105.png

Where do I find the same (error) info on a (windows) system?

In other words, how does the dynatrace agent get this info?

 

KR Henk

 

 

 

3 REPLIES 3

AntonioSousa
DynaMight Guru
DynaMight Guru

@henk_stobbe,

The DNS information is pretty neat :dynaspin:

How does Dynatrace get it? I have two ideas: through performance counters or through the network npcap module.

I checked the list of performance counters with "Get-Counter -ListSet *" but was only able to find DNS64, but that doesn't seem to get the data that Dynatrace shows us.

So I would say it's grabbed through npcap.
These are of course mine ideas, I believe I have never seen a reference to the "secret sauce"

Antonio Sousa

I'm sure it's from the oneagentnetwork module which gets it from packet capture and it's consistent across OS.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Hi @henk_stobbe 

unfortunately for You, there is not much You can do. Windows (as a DNS client) does not store details on failed/unsuccessful DNS calls in any way.
IF windows is DNS server, then there is option to turn on capturing errors (incl remote DNS calls as propagation goes) and ONLY then You can get more details in it.
Without it only basic metric available, which are giving nothing, except that there is some problem in that area. But without details You can't even know wheter was it some Win internals or Your app that was affected by this failed DNS.
You can always go with full network packets capturing and filter out dns calls - but it's hell of a data and there are tools for that

Bests
Michal

Featured Posts