Values.UpdateScraperLoggingConfigurationRequestSourceUpdates the logging configuration for a Amazon Managed Service for Prometheus scraper.
type nonrec t = {scraperId : ScraperId.t;The ID of the scraper whose logging configuration will be updated.
*)loggingDestination : ScraperLoggingDestination.t;The destination where scraper logs will be sent.
*)scraperComponents : ScraperComponents.t option;The list of scraper components to configure for logging.
*)}val make :
?scraperComponents:??? ->
scraperId:ScraperId.t ->
loggingDestination:ScraperLoggingDestination.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `String of String_.t ])
list ])
list ])
list ]
list
| `String of ScraperId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of LogGroupArn.t ]) list ])
list ])
list ]