Type Alias MetricsCollectorConnectorConfigurationApiResponse

type MetricsCollectorConnectorConfigurationApiResponse = {
    metricsCollectionEnabled: boolean;
    scrapeIntervalSeconds: number;
}
Index

Properties

metricsCollectionEnabled: boolean

Indicates whether metrics collection is enabled for this connector.

scrapeIntervalSeconds: number