Skip to content

Commit

Permalink
Fix links in demo features and integrations pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Mar 4, 2023
1 parent cad59c2 commit c5781fb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 27 deletions.
4 changes: 1 addition & 3 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
31 changes: 16 additions & 15 deletions content/en/docs/demo/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion content/en/ecosystem/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
8 changes: 0 additions & 8 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c5781fb

Please sign in to comment.