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

What is the correct dimension for an EF2 "Instance"?

gchastne
Participant

In Extensions 2.0 concepts | Dynatrace Docs is defines a set of limits "per Instance". Furthermore, it defines an "Instance" as "Per instance shows the consumption volume for one data source in OneAgent and ActiveGate." - unfortunately, it doesn't define "data source"...

I think that the correct metric for the memory limit is dsfm:extension.engine."memory_used" which can be split several ways including:

  • dt.extension.ds
  • dt.extension.config.id

I struggled to find any documentation for either of these dimensions, but suspect that "Instance" relates to "dt.extension.config.id"? Does that make sense?

3 REPLIES 3

MateuszKacprzak
Dynatrace Helper
Dynatrace Helper

Hello,

In general, an instance means a configuration. For example, having one configuration added in the extension, one datasource instance is created. In addition, if a configuration has a very large number of endpoints added, then more instances are created. This is because the configuration is divided into smaller parts to not overhelm one process. In this case the config id does not change and all instances have the same config id.

 

Best Regards,

Mateusz



Thanks Mateusz - that all makes sense. 

Any chance we could get the documentation to say something similar?

I will reach out to the team to document it. Thanks for the feedback!

Featured Posts