Skip to content

Commit 84c9743

Browse files
authored
Relocate non-icon images from iconography (open-telemetry#2367)
1 parent 1ff41b1 commit 84c9743

File tree

5 files changed

+6
-184
lines changed

5 files changed

+6
-184
lines changed

content/en/docs/collector/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cascade:
88
weight: 10
99
---
1010

11-
![OpenTelemetry Collector diagram with Jaeger, OTLP and Prometheus integration](https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/Otel_Collector.svg)
11+
![OpenTelemetry Collector diagram with Jaeger, OTLP and Prometheus integration](img/otel-collector.svg)
1212

1313
## Introduction
1414

content/en/docs/concepts/instrumenting-library.md content/en/docs/concepts/instrumenting-library/index.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: "Instrumenting libraries"
3-
description: >-
4-
Learn how to add native instrumentation to your library
2+
title: Instrumenting libraries
3+
description: Learn how to add native instrumentation to your library
54
weight: 40
65
---
76

@@ -125,8 +124,6 @@ issues.
125124

126125
## What to instrument
127126

128-
![Nested database and HTTP spans in Jaeger UI](https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/Instrumenting_Library_nested_spans.svg)
129-
130127
### Public APIs
131128

132129
Public APIs are a good candidates for tracing: spans created for public API
@@ -172,13 +169,15 @@ private Response selectWithTracing(Query query) {
172169

173170
Follow conventions to populate attributes! If there is no applicable one, check
174171
out [general
175-
conventions]({{< relref "/docs/reference/specification/trace/semantic_conventions/span-general" >}}).
172+
conventions](/docs/reference/specification/trace/semantic_conventions/span-general/).
176173

177174
### Nested network and other spans
178175

179176
Network calls are usually traced with OpenTelemetry auto-instrumentations
180177
through corresponding client implementation.
181178

179+
![Nested database and HTTP spans in Jaeger UI](nested-spans.svg)
180+
182181
If OpenTelemetry does not support tracing your network client, use your best
183182
judgement, here are some considerations to help:
184183

0 commit comments

Comments
 (0)