Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change instrumentation config to use nested dictionary structure #259

Merged
merged 3 commits into from
Mar 15, 2023

Conversation

lzchen
Copy link
Contributor

@lzchen lzchen commented Mar 15, 2023

configure_azure_monitor(
    connection_string="<your-connection-string>",
    instrumentation_config={
        "flask": {
            "excluded_urls": "http://localhost:8080/ignore",
        }
    },
)

@lzchen lzchen requested review from a team and jeremydvoss as code owners March 15, 2023 16:53
@lzchen lzchen merged commit b756968 into microsoft:main Mar 15, 2023
@lzchen lzchen deleted the instr branch March 15, 2023 20:42
@jeremydvoss jeremydvoss mentioned this pull request Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants