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

Rework semconv-spec-version scripts so version can be used in schema/latest redirect #3478

Open
Tracked by #3476
chalin opened this issue Nov 2, 2023 · 0 comments
Open
Tracked by #3476
Assignees
Labels
e0-minutes Effort: < 60 min e1-hours Effort: < 8 hrs p2-medium sig:spec

Comments

@chalin
Copy link
Contributor

chalin commented Nov 2, 2023

As noted in #3475, there's a simpler way to implement this feature:

Redirect test: https://deploy-preview-3475--opentelemetry.netlify.app/schemas/latest

$ curl -sI https://deploy-preview-3475--opentelemetry.netlify.app/schemas/latest | grep -E 'HTTP|loc'
HTTP/2 301 
location: /schemas/1.22.0

Note: there's a simpler way to get the latest version, by using the semconv spec version. But to do that I'll need to rework some scripts. I'll do that in a followup PR.

Creating this issue to track the followup work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e0-minutes Effort: < 60 min e1-hours Effort: < 8 hrs p2-medium sig:spec
Projects
None yet
Development

No branches or pull requests

1 participant