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 current version provider #47

Merged
merged 1 commit into from
Nov 29, 2022
Merged

Add current version provider #47

merged 1 commit into from
Nov 29, 2022

Conversation

nslaughter
Copy link
Contributor

@nslaughter nslaughter commented Nov 29, 2022

What does this PR do?

Expands version constraint for Lightstep providers utilized in various modules.

Why?

We need to support multiple Lightstep provider versions, because certain modules utilize types which aren't available in other versions. Specifically, current modules use the "lightstep_metric_dashboard" type which is unsupported in v1.70.9 and the type exported from the app is "lightstep_dashboard" which is unsupported in v1.60.2. It's important that we be able to add modules using the latest provider, because (a) we should stay current with provider development, (b) staying current with the provider is the only way we can validate code with the API, and (c) more recent provider versions enable representation of the average statistic in the way described by CloudWatch docs and the average statistic features prominently in other AWS dashboards.

@nslaughter nslaughter force-pushed the add-modern-ls-provider branch from e8c5500 to f6fdb29 Compare November 29, 2022 14:29
@nslaughter nslaughter requested a review from smithclay November 29, 2022 14:41
@nslaughter nslaughter merged commit 34a4eeb into main Nov 29, 2022
@nslaughter nslaughter deleted the add-modern-ls-provider branch November 29, 2022 16:33
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

Successfully merging this pull request may close these issues.

2 participants