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

ipc: add strict validation mode #886

Merged
merged 1 commit into from
May 21, 2021

Commits on May 13, 2021

  1. ipc: add strict validation mode

    Adds a flag that can be used to enable strict validation
    for IPC metrics. The goal is that this can be used in unit
    tests for integrations to promote consistency.
    
    For now the strict validation just ensures that the only
    dimensions on an id are those that are allowed by the spec.
    Additional checks can get added overtime which may break
    tests for some integrations, but that should help catch
    issues and drive compliance going forward.
    brharrington committed May 13, 2021
    Configuration menu
    Copy the full SHA
    55eb0cf View commit details
    Browse the repository at this point in the history