You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|_(env var only previously)_`ENABLE_A365_OBSERVABILITY_EXPORTER`|`a365_enable_observability_exporter` kwarg or `ENABLE_A365_OBSERVABILITY_EXPORTER` env var |
279
287
|_(env var only previously)_`A365_OBSERVABILITY_SCOPE_OVERRIDE`|`a365_observability_scope_override` kwarg or `A365_OBSERVABILITY_SCOPE_OVERRIDE` env var |
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,10 @@ See the [A365 guide](docs/A365_DOCUMENTATION.md) for A365-specific configuration
110
110
|`a365_suppress_invoke_agent_input`|`bool`|`False`| Strip input messages from InvokeAgent spans. |
111
111
|`a365_enable_observability_exporter`|`bool`|`None`| Enable the A365 HTTP exporter. Also read from `ENABLE_A365_OBSERVABILITY_EXPORTER` env var. Defaults to `false` when neither is set. |
112
112
|`a365_observability_scope_override`|`str`|`False`| Override the default Entra scope used by the built-in token resolvers. Also read from `A365_OBSERVABILITY_SCOPE_OVERRIDE`. |
113
+
|`a365_max_queue_size`|`int`|`2048`| Maximum queue size for the A365 batch span processor. |
114
+
|`a365_scheduled_delay_ms`|`int`|`5000`| Delay between A365 export batches (ms). |
115
+
|`a365_exporter_timeout_ms`|`int`|`30000`| Timeout for a single A365 export operation (ms). |
116
+
|`a365_max_export_batch_size`|`int`|`512`| Maximum batch size for a single A365 export operation. |
113
117
114
118
> For A365 token resolver patterns, baggage, and scope classes, see the [A365 guide](docs/A365_DOCUMENTATION.md).
0 commit comments