From c5781fbb965a0b1526670fc2e3d1d3b2a66a1c54 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 2 Mar 2023 19:24:18 -0500 Subject: [PATCH] Fix links in demo features and integrations pages --- .htmltest.yml | 4 +--- content/en/docs/demo/features.md | 31 ++++++++++++++-------------- content/en/ecosystem/integrations.md | 2 +- static/refcache.json | 8 ------- 4 files changed, 18 insertions(+), 27 deletions(-) diff --git a/.htmltest.yml b/.htmltest.yml index a25d0e627a80..4d5dc7cf9cb1 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -33,10 +33,8 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored # TODO: drop after fix to https://github.com/micrometer-metrics/micrometer-docs/issues/239 - ^https://micrometer\.io/docs # TODO: drop after fix to https://github.com/google/docsy/issues/1337 - - ^https://opentelemetry\.io/ + - ^https://opentelemetry\.io/. # TODO: drop after fix to https://github.com/open-telemetry/opentelemetry.io/issues/2354 - ^https://open-telemetry\.github\.io/opentelemetry-python/benchmarks/ - # TODO: drop after fix to https://github.com/open-telemetry/opentelemetry.io/issues/2361 - - ^https://www\.jaegertracing\.io/docs/latest/opentelemetry # TODO: drop after fix to https://github.com/open-telemetry/opentelemetry-specification/pull/3230 - ^https://wikipedia\.org/wiki/Double-precision_floating-point_format diff --git a/content/en/docs/demo/features.md b/content/en/docs/demo/features.md index d81330eec40e..107cbc21a246 100644 --- a/content/en/docs/demo/features.md +++ b/content/en/docs/demo/features.md @@ -4,25 +4,24 @@ linkTitle: Features aliases: [/docs/demo/demo_features] --- -- **[Kubernetes](https://kubernetes.io)**: the app is designed to run on +- **[Kubernetes](https://kubernetes.io/)**: the app is designed to run on Kubernetes (both locally, as well as on the cloud) using a Helm chart. - **[Docker](https://docs.docker.com)**: this forked sample can also be executed only with Docker. -- **[gRPC](https://grpc.io)**: microservices use a high volume of gRPC calls to +- **[gRPC](https://grpc.io/)**: microservices use a high volume of gRPC calls to communicate to each other. - **[HTTP](https://www.rfc-editor.org/rfc/rfc9110.html)**: microservices use HTTP where gRPC is unavailable or not well supported. -- **[OpenTelemetry Traces](https://opentelemetry.io)**: all services are +- **[OpenTelemetry Traces](/docs/concepts/signals/traces/)**: all services are instrumented using OpenTelemetry available instrumentation libraries. -- **[OpenTelemetry Metrics](https://opentelemetry.io)**: Select services are - instrumented using OpenTelemetry available instrumentation libraries. More +- **[OpenTelemetry Metrics](/docs/concepts/signals/metrics/)**: Select services + are instrumented using OpenTelemetry available instrumentation libraries. More will be added as the relevant SDKs are released. -- **[OpenTelemetry Collector](/docs/collector/getting-started)**: all services - are instrumented and sending the generated traces and metrics to the - OpenTelemetry Collector via gRPC. The received traces are then exported to the - logs and to Jaeger; received metrics and exemplars\* are exported to logs and - Prometheus. -- **[Jaeger](https://www.jaegertracing.io)**: all generated traces are being +- **[OpenTelemetry Collector](/docs/collector/)**: all services are instrumented + and sending the generated traces and metrics to the OpenTelemetry Collector + via gRPC. The received traces are then exported to the logs and to Jaeger; + received metrics and exemplars[^1] are exported to logs and Prometheus. +- **[Jaeger](https://www.jaegertracing.io/)**: all generated traces are being sent to Jaeger. - **Synthetic Load Generation**: the application demo comes with a background job that creates realistic usage patterns on the website using @@ -35,7 +34,9 @@ aliases: [/docs/demo/demo_features] user-facing web interfaces such as the frontend, load generator, and feature flag service. -_\*Only exemplars attached to histograms are currently exported to Prometheus. -See -[issue in the collector](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18201) -for details._ +[^1]: + Only exemplars attached to histograms are currently exported to Prometheus. + For details, see [Collector issue #18201][]. + +[Collector issue #18201]: + https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18201 diff --git a/content/en/ecosystem/integrations.md b/content/en/ecosystem/integrations.md index 61086c7b89d9..ce453622d8f8 100644 --- a/content/en/ecosystem/integrations.md +++ b/content/en/ecosystem/integrations.md @@ -38,7 +38,7 @@ The following open source projects use OpenTelemetry components. | [containerd](https://github.com/containerd/containerd/blob/main/docs/tracing.md) | Go | | [CRI-O](https://github.com/cri-o/cri-o/blob/main/docs/crio.conf.5.md#criotracing-table) | Go | | [Docker buildx](https://github.com/docker/buildx/blob/master/docs/guides/opentelemetry.md) | Go | -| [Jaeger](https://www.jaegertracing.io/docs/latest/opentelemetry/) | Collector | +| [Jaeger](https://www.jaegertracing.io/) | Collector, Go | | [Kubernetes](https://kubernetes.io/docs/concepts/cluster-administration/system-traces/) | Go | | [Micrometer](https://micrometer.io/docs/tracing#_micrometer_tracing_opentelemetry_setup) | Java | | [Quarkus](https://quarkus.io/guides/opentelemetry) | Java | diff --git a/static/refcache.json b/static/refcache.json index 4830d0a46c9c..414d839423ba 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -2571,10 +2571,6 @@ "StatusCode": 206, "LastSeen": "2023-02-16T17:12:37.551902-05:00" }, - "https://kubernetes.io": { - "StatusCode": 206, - "LastSeen": "2023-02-16T17:11:45.604175-05:00" - }, "https://kubernetes.io/": { "StatusCode": 206, "LastSeen": "2023-02-16T17:12:58.76128-05:00" @@ -3539,10 +3535,6 @@ "StatusCode": 200, "LastSeen": "2023-02-18T13:40:27.898905-05:00" }, - "https://www.jaegertracing.io": { - "StatusCode": 206, - "LastSeen": "2023-02-18T13:35:08.409709-05:00" - }, "https://www.jaegertracing.io/": { "StatusCode": 206, "LastSeen": "2023-02-18T13:34:34.435284-05:00"