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

Add Requirement Level backward compatibility clarifications #2601

Closed
wants to merge 4 commits into from

Conversation

lmolkova
Copy link
Contributor

@lmolkova lmolkova commented Jun 2, 2022

Added backward-compatibility section to requirement levels to address #2594 (review)

/cc @bogdandrutu


## Changing requirement level

Requirement level change is backward compatible if and only if the set of cases when previous version populates it, is a subset of cases when new version would populate it.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This definitions is somewhat difficult to unpack. Traditional backwards compatibility is: if my old code is valid in old requirements and still valid in new requirements, then the requirements are backwards compatible (nothing about whether the code populates X or Y). By this traditional definition some changes proposed below are not backwards compatible. For example: Recommended to Required - if my old code did not populate X when X was recommended, the code was still valid since X was still allowed to be skipped, but once X becomes required the code becomes invalid.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it needs to be made clear whether backwards compatibility refers to the telemetry producer (instrumentation) or to the telemetry consumer (backend). It seems to me the changes in this PR refer to consumers.

Changing from Recommended to Required is a breaking change for producers, but not for consumers. Changing from Required to Recommended is a breaking change for consumers, but not for producers.

Copy link
Contributor Author

@lmolkova lmolkova Jun 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think telemetry stability applies to telemetry producers at all. When a new version of semantic conventions is released, producers don't have to update, at least for a long time. They don't need to support the previous version, they don't depend on the telemetry they produce.
If they decide to update, they do it along with the schema version update. If they don't support the schema version, they can't update at all

Almost any semantic convention change would require some action from instrumentations, but none of it seems breaking as long as it's versioned.

Copy link
Contributor Author

@lmolkova lmolkova Jun 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When producer don't populate schema version, almost any change would break it:

  • adding new required attribute (which is considered non-breaking, maybe accidentally)
  • attribute rename, which is not really classified, but allowed

I understand the concern though, but there is nothing we can do for producers that don't version telemetry if we want to evolve conventions

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created #2606 to discuss further.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd consider removing this sentence. It seems to restate the sentence on line 76 with less clarity.


## Changing requirement level

_Note: Requirement level compatibility applies to telemetry consumers only. When semantic convention is updated from version `X` to version `Y` in a backward-compatible manner, consumers that only support version `X` would be fully compatible with telemetry version `Y`._
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These rules only apply to stable semantic conventions, correct? Might be worth noting that.

lmolkova and others added 2 commits June 9, 2022 14:08
Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
@github-actions
Copy link

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jun 21, 2022
@github-actions
Copy link

Closed as inactive. Feel free to reopen if this PR is still being worked on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants