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

chore: added replaced_with path in otel plugin schema #13768

Closed
wants to merge 4 commits into from

Commits on Oct 17, 2024

  1. chore: added replaced_with path in otel plugin schema

    Opentelemetery plugin schema has a deprecated field endpoint,
    that is now replaced with "traces_endpoint". The schema is
    missing a field which can be used by other tools, like
    deck to understand the new field, that should be used in
    place of the deprecated one. This change adds the path
    as per the new convention of using replaced_with path.
    
    With this change, otel plugin schema would show the
    necessary replacement paths for shorthand_fields that are
    deprecated.
    Prashansa-K committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c4ec544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa112fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    610f651 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8024475 View commit details
    Browse the repository at this point in the history