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

[OTel] Guarantee autoprofile tests after OTel migration. #625

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. style: format autoprofile files.

    Used ruff (vscode) to:
    - Black-compatible code formatting.
    - fix all auto-fixable violations, like unused imports.
    - isort-compatible import sorting.
    
    Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
    pvital committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d279543 View commit details
    Browse the repository at this point in the history
  2. tests(autoprofile): adapt tests to OTel usage.

    Used ruff (vscode) to:
    - Black-compatible code formatting.
    - fix all auto-fixable violations, like unused imports.
    - isort-compatible import sorting.
    
    Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
    pvital committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f9cb5cc View commit details
    Browse the repository at this point in the history