Values.CollectorSourceProcess data collector that runs in the environment that you specify.
type nonrec t = {collectorHealth : CollectorHealth.t option;Indicates the health of a collector.
*)collectorId : String_.t option;The ID of the collector.
*)collectorVersion : String_.t option;Current version of the collector that is running in the environment that you specify.
*)configurationSummary : ConfigurationSummary.t option;Summary of the collector configuration.
*)hostName : String_.t option;Hostname of the server that is hosting the collector.
*)ipAddress : String_.t option;IP address of the server that is hosting the collector.
*)lastActivityTimeStamp : String_.t option;Time when the collector last pinged the service.
*)registeredTimeStamp : String_.t option;Time when the collector registered with the service.
*)}