Module Values.SourceSource

The source of collected metrics for a scraper.

Sourcetype nonrec t = {
  1. eksConfiguration : EksConfiguration.t option;
    (*

    The Amazon EKS cluster from which a scraper collects metrics.

    *)
  2. vpcConfiguration : VpcConfiguration.t option;
    (*

    The Amazon VPC configuration for the Prometheus collector when connecting to Amazon MSK clusters. This configuration enables secure, private network connectivity between the collector and your Amazon MSK cluster within your Amazon VPC.

    *)
}
Sourceval make : ?eksConfiguration:??? -> ?vpcConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of SecurityGroupId.t ] list | `String of ClusterArn.t ]) list ]) 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