Skip to content

Commit 2d79fe1

Browse files
nikhilNavaCopilot
andauthored
Update libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/config.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 87f4e34 commit 2d79fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def configure(
234234
:param cluster_category: (Deprecated) Environment / cluster category (e.g. "prod").
235235
Use exporter_options instead.
236236
:param exporter_options: Agent365ExporterOptions instance for configuring the exporter.
237-
If provided, token_resolver and cluster_category parameters are ignored.
237+
If provided, exporter_options takes precedence. If exporter_options is None, the token_resolver and cluster_category parameters are used as fallback/legacy support to construct a default Agent365ExporterOptions instance.
238238
:return: True if configuration succeeded, False otherwise.
239239
"""
240240
return _telemetry_manager.configure(

0 commit comments

Comments
 (0)