Module Values.DynatraceConfigurationSource

Configuration for Dynatrace monitoring integration.

Sourcetype nonrec t = {
  1. envId : String_.t;
    (*

    Dynatrace environment id

    *)
  2. resources : DynatraceResourceList.t option;
    (*

    List of Dynatrace resources to monitor

    *)
}
Sourceval context_ : string
Sourceval make : ?resources:??? -> envId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t