open-telemetry / opentelemetry.io

The OpenTelemetry website and documentation
https://opentelemetry.io
Creative Commons Attribution 4.0 International
518 stars 1.1k forks source link

Download URLs #4079

Open svrnm opened 6 months ago

svrnm commented 6 months ago

while I worked on https://github.com/open-telemetry/opentelemetry.io/pull/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.)

austinlparker commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

Here's a link for ocb:

theletterf commented 5 months ago

Love this!