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
Is your feature request related to a problem? Please describe.
Inorder to integrate observability into our agents, we are expected to include the environment variables: ENABLE_A365_OBSERVABILITY_EXPORTER=true ENABLE_A365_OBSERVABILITY=true ENABLE_OBSERVABILITY=true while running the agent. Specifically for N8N (one of our 3p Partners), This requires additional burden of documenting this step, specifically for self-hosting customers as well. Since Observability is the crux of Agent 365, why do we need these environment variables even now, why cant they be turned on by default? Is there a target date for when this would be turned on automatically?
Priority you would assign to the feature
High
Describe the solution you'd like
Remove the dependency on these environment variables, since Observability is a main part of Agent 365, it should be ON by default
Describe alternatives you've considered
Specifying these env variables specifically while running the agent
Available workarounds
Specifying these env variables specifically while running the agent, Mentioning in the 3P Partner's official documentation