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

SdkVersion header contains multiple sdk versions #64

Open
avbablan opened this issue Nov 5, 2021 · 1 comment
Open

SdkVersion header contains multiple sdk versions #64

avbablan opened this issue Nov 5, 2021 · 1 comment
Assignees

Comments

@avbablan
Copy link

avbablan commented Nov 5, 2021

I am noticing that most of the time the sdk version header contains multiple values, this makes in confusing to determine which version the request should be tracked under.

Example:
SdkVersion=graph-java/v2.8.0,graph-java-core/v1.0.8 (featureUsage=0), java/1.8.0_292

@MIchaelMainer MIchaelMainer self-assigned this Nov 8, 2021
@MIchaelMainer
Copy link
Contributor

For now, we can track based off of the first part. So in your example, it we will capture graph-java/v2.8.0.

The goal is that we can determine the subsequent component names as the dependency chain flows from left to right. So in your example, we will assume that graph-java/v2.8.0 takes a dependency on graph-java-core/v1.0.8 as that it is the default dependency.

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

No branches or pull requests

2 participants