open-telemetry / opentelemetry.io

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

Trace, metric, and resource semantic conventions are 404'ing #3393

Closed heidmotron closed 11 months ago

heidmotron commented 11 months ago

While the root for semantic conventions appears to be up: https://opentelemetry.io/docs/concepts/semantic-conventions/

Trace, metric, and resource semantic conventions now 404: https://opentelemetry.io/docs/specs/otel/trace/semantic_conventions/ https://opentelemetry.io/docs/specs/otel/metrics/semantic_conventions/ https://opentelemetry.io/docs/specs/otel/resource/semantic_conventions/

svrnm commented 11 months ago

Thanks for raising this issue @heidmotron.

The semantic conventions have been moved from the otel spec into their own repository from where we source them, let me fix that. Here are the URLs you are looking for:

https://opentelemetry.io/docs/specs/semconv/general/trace/ https://opentelemetry.io/docs/specs/semconv/general/metrics/ https://opentelemetry.io/docs/specs/semconv/resource/

chalin commented 11 months ago

This is a known and temporary issue:

I'm starting work on this now.