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

Download URLs #4079

Open
svrnm opened this issue Mar 1, 2024 · 5 comments
Open

Download URLs #4079

svrnm opened this issue Mar 1, 2024 · 5 comments
Labels
blocked CI/infra CI & infrastructure enhancement New feature or request

Comments

@svrnm
Copy link
Member

svrnm commented Mar 1, 2024

while I worked on #4078 I ran into very long URLs for the downloads of OCB, we have similar instances already for collector, java agent and .NET auto instrumentation, it would be nice to have something like http://download.opentelemetry.io/<artifact> or get.opentelemetry.io/<artifact> instead sucht that we can replace

https://github.com/open-telemetry/opentelemetry-collector/releases/download/cmd%2Fbuilder%2Fv0.95.0/ocb_0.95.0_linux_amd64

with

https://get.opentelemetry.io/ocb_0.95.0_linux_amd64

We could implement that as part of the website via hugo redirects, or use a 3rd party solution that provides some additional features as well (statistics, etc.)

@svrnm svrnm added enhancement New feature or request CI/infra CI & infrastructure labels Mar 1, 2024
@austinlparker
Copy link
Member

Scarf lets us do this pretty easily iirc. We can define routes for each thing and even template it... https://docs.scarf.sh/packages/#files

@svrnm
Copy link
Member Author

svrnm commented Mar 4, 2024

Scarf lets us do this pretty easily iirc. We can define routes for each thing and even template it... https://docs.scarf.sh/packages/#files

Then let's prototype scarf :-)

@svrnm
Copy link
Member Author

svrnm commented Mar 4, 2024

Here's a link for ocb:

  • opentelemetry.gateway.scarf.sh/0.95.0/darwin/arm64/ocb (or opentelemetry.gateway.scarf.sh/0.95.0/{os}/{arch}/ocb in general
  • for windows: opentelemetry.gateway.scarf.sh/0.95.0/windows/amd64/ocb.exe

@theletterf
Copy link
Member

Love this!

@svrnm svrnm added the blocked label Nov 26, 2024
@svrnm
Copy link
Member Author

svrnm commented Nov 26, 2024

depends on open-telemetry/community#1993

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked CI/infra CI & infrastructure enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants