Agent365ExporterOptions class
每批出口最大跨數。
屬性
| cluster |
環境/叢集類別(例如 ClusterCategory.preprod、ClusterCategory.prod)。 |
| exporter |
批次運算處理器等待整個 export() 呼叫完成的最大時間(ms)。 |
| http |
每個針對可觀察性後端的 HTTP 請求都逾時(ms)。 每次重試都會有一次新的超時。 |
| max |
每批出口最大跨數。 |
| max |
HTTP 請求主體大小的上限,以位元組為單位。 在 1 MB 伺服器限制下,估計器錯誤及 JSON/包絡開銷(例如資源屬性與範圍包裝器)的 100 KB 餘裕。 |
| max |
丟棄新區間前的最大區間佇列大小。 |
| scheduled |
自動批次沖洗嘗試之間的延遲(毫秒)。 |
| token |
可選的代理用來解析匯出者使用的認證憑證 |
| useS2SEndpoint | 如果是真的,請使用 S2S 端點路徑來匯出。 |
屬性詳細資料
clusterCategory
環境/叢集類別(例如 ClusterCategory.preprod、ClusterCategory.prod)。
clusterCategory: string
屬性值
string
exporterTimeoutMilliseconds
批次運算處理器等待整個 export() 呼叫完成的最大時間(ms)。
exporterTimeoutMilliseconds: number
屬性值
number
httpRequestTimeoutMilliseconds
每個針對可觀察性後端的 HTTP 請求都逾時(ms)。 每次重試都會有一次新的超時。
httpRequestTimeoutMilliseconds: number
屬性值
number
maxExportBatchSize
每批出口最大跨數。
maxExportBatchSize: number
屬性值
number
maxPayloadBytes
HTTP 請求主體大小的上限,以位元組為單位。 在 1 MB 伺服器限制下,估計器錯誤及 JSON/包絡開銷(例如資源屬性與範圍包裝器)的 100 KB 餘裕。
maxPayloadBytes: number
屬性值
number
maxQueueSize
丟棄新區間前的最大區間佇列大小。
maxQueueSize: number
屬性值
number
scheduledDelayMilliseconds
自動批次沖洗嘗試之間的延遲(毫秒)。
scheduledDelayMilliseconds: number
屬性值
number
tokenResolver
可選的代理用來解析匯出者使用的認證憑證
tokenResolver?: TokenResolver
屬性值
TokenResolver
useS2SEndpoint
如果是真的,請使用 S2S 端點路徑來匯出。
useS2SEndpoint: boolean
屬性值
boolean