Skip to content

Commit fc0c48b

Browse files
authored
Mount iconography 32x32 icons to static/img/logos (open-telemetry#2369)
1 parent 9c3effb commit fc0c48b

File tree

17 files changed

+25
-87
lines changed

17 files changed

+25
-87
lines changed

.htmltest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
4040
- ^https://www\.jaegertracing\.io/docs/latest/opentelemetry
4141
# TODO: drop after fix to https://github.com/open-telemetry/opentelemetry-specification/pull/3230
4242
- ^https://wikipedia\.org/wiki/Double-precision_floating-point_format
43+
# TODO: drop after fix to
44+
- ^https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Golang_SDK.svg

content/en/docs/collector/configuration.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Familiarity with the following pages is assumed:
1313

1414
The Collector consists of three components that access telemetry data:
1515

16-
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Receivers.svg"></img>
16+
- <img width="32" class="img-initial" src="/img/logos/32x32/Receivers.svg"></img>
1717
[Receivers](#receivers)
18-
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Processors.svg"></img>
18+
- <img width="32" class="img-initial" src="/img/logos/32x32/Processors.svg"></img>
1919
[Processors](#processors)
20-
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Exporters.svg"></img>
20+
- <img width="32" class="img-initial" src="/img/logos/32x32/Exporters.svg"></img>
2121
[Exporters](#exporters)
2222

2323
These components once configured must be enabled via pipelines within the
@@ -168,7 +168,7 @@ service:
168168

169169
## Receivers
170170

171-
<img width="35" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Receivers.svg"></img>
171+
<img width="35" class="img-initial" src="/img/logos/32x32/Receivers.svg"></img>
172172

173173
A receiver, which can be push or pull based, is how data gets into the
174174
Collector. Receivers may support one or more
@@ -245,7 +245,7 @@ receivers:
245245

246246
## Processors
247247

248-
<img width="35" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Processors.svg"></img>
248+
<img width="35" class="img-initial" src="/img/logos/32x32/Processors.svg"></img>
249249

250250
Processors are run on data between being received and being exported. Processors
251251
are optional though
@@ -326,7 +326,7 @@ processors:
326326

327327
## Exporters
328328

329-
<img width="35" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Exporters.svg"></img>
329+
<img width="35" class="img-initial" src="/img/logos/32x32/Exporters.svg"></img>
330330

331331
An exporter, which can be push or pull based, is how you send data to one or
332332
more backends/destinations. Exporters may support one or more

content/en/docs/concepts/data-collection.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ For information on how to use the Collector see the
3333

3434
The Collector is made up of the following components:
3535

36-
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Receivers.svg"></img>
36+
- <img width="32" class="img-initial" src="/img/logos/32x32/Receivers.svg"></img>
3737
`receivers`: How to get data into the Collector; these can be push or pull
3838
based
39-
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Processors.svg"></img>
39+
- <img width="32" class="img-initial" src="/img/logos/32x32/Processors.svg"></img>
4040
`processors`: What to do with received data
41-
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Exporters.svg"></img>
41+
- <img width="32" class="img-initial" src="/img/logos/32x32/Exporters.svg"></img>
4242
`exporters`: Where to send received data; these can be push or pull based
4343

4444
These components are enabled through `pipelines`. Multiple instances of

content/en/docs/instrumentation/cpp/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: C++
33
weight: 11
44
description: >
5-
<img width="35" class="img-initial"
6-
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/C++_SDK.svg"
5+
<img width="35" class="img-initial" src="/img/logos/32x32/C++_SDK.svg"
76
alt="C++"></img> A language-specific implementation of OpenTelemetry in C++.
87
---
98

@@ -12,4 +11,5 @@ description: >
1211
## Repositories
1312

1413
- Main: [opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp)
15-
- Contrib: [opentelemetry-cpp-contrib](https://github.com/open-telemetry/opentelemetry-cpp-contrib)
14+
- Contrib:
15+
[opentelemetry-cpp-contrib](https://github.com/open-telemetry/opentelemetry-cpp-contrib)

content/en/docs/instrumentation/erlang/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Erlang/Elixir
33
weight: 14
44
description: >
55
<img width="35" class="img-initial"
6-
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Erlang_SDK.svg"
6+
src="/img/logos/32x32/Erlang_SDK.svg"
77
alt="Erlang/Elixir"></img>
88
A language-specific implementation of OpenTelemetry in Erlang/Elixir.
99
---

content/en/docs/instrumentation/java/_index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Java
33
description: >-
4-
<img width="35" class="img-initial"
5-
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Java_SDK.svg"
4+
<img width="35" class="img-initial" src="/img/logos/32x32/Java_SDK.svg"
65
alt="Java"></img> A language-specific implementation of OpenTelemetry in Java.
76
aliases: [/java, /java/metrics, /java/tracing]
87
weight: 18

content/en/docs/instrumentation/js/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: JavaScript
33
description: >-
44
<img width="35" class="img-initial"
5-
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/JS_SDK.svg"
5+
src="/img/logos/32x32/JS_SDK.svg"
66
alt="JavaScript"></img>
77
A language-specific implementation of OpenTelemetry in JavaScript (for Node.js & the browser).
88
aliases: [/js, /js/metrics, /js/tracing]

content/en/docs/instrumentation/net/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: .NET
33
description: >
44
<img width="35" class="img-initial"
5-
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/.NET.svg"
5+
src="/img/logos/32x32/.NET.svg"
66
alt=".NET"></img>
77
A language-specific implementation of OpenTelemetry in .NET.
88
aliases: [/csharp, /csharp/metrics, /csharp/tracing]

content/en/docs/instrumentation/php/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: PHP
33
description: >-
44
<img width="35" class="img-initial"
5-
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/PHP.svg"
5+
src="/img/logos/32x32/PHP.svg"
66
alt="PHP"></img>
77
A language-specific implementation of OpenTelemetry in PHP.
88
weight: 21

content/en/docs/instrumentation/python/_index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Python
33
description: >-
4-
<img width="35" class="img-initial"
5-
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Python_SDK.svg"
4+
<img width="35" class="img-initial" src="/img/logos/32x32/Python_SDK.svg"
65
alt="Python"></img> A language-specific implementation of OpenTelemetry in
76
Python.
87
aliases: [/python, /python/metrics, /python/tracing]

content/en/docs/instrumentation/ruby/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Ruby
33
description: >
4-
<img width="35" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Ruby_SDK.svg" alt="Ruby"></img>
4+
<img width="35" class="img-initial" src="/img/logos/32x32/Ruby_SDK.svg" alt="Ruby"></img>
55
A language-specific implementation of OpenTelemetry in Ruby.
66
aliases: [/ruby, /ruby/metrics, /ruby/tracing]
77
weight: 24

content/en/docs/instrumentation/rust/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Rust
33
description: >-
44
<img width="35" class="img-initial"
5-
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Rust.svg"
5+
src="/img/logos/32x32/Rust.svg"
66
alt="Rust"></img>
77
A language-specific implementation of OpenTelemetry in Rust.
88
weight: 26

content/en/docs/instrumentation/swift/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Swift
33
weight: 28
44
description: >-
55
<img width="35" class="img-initial"
6-
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Swift.svg"
6+
src="/img/logos/32x32/Swift.svg"
77
alt="Swift"></img>
88
A language-specific implementation of OpenTelemetry in Swift.
99
---

hugo.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,5 @@ module:
191191
target: static/img
192192
- source: content-modules/opentelemetry-specification/internal/img
193193
target: static/img
194+
- source: iconography/32x32
195+
target: static/img/logos/32x32
File renamed without changes.
File renamed without changes.

static/refcache.json

-64
Original file line numberDiff line numberDiff line change
@@ -3063,70 +3063,6 @@
30633063
"StatusCode": 206,
30643064
"LastSeen": "2023-02-18T12:39:41.430603-05:00"
30653065
},
3066-
"https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Golang_SDK.svg": {
3067-
"StatusCode": 206,
3068-
"LastSeen": "2023-02-18T12:41:24.794771-05:00"
3069-
},
3070-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/.NET.svg": {
3071-
"StatusCode": 206,
3072-
"LastSeen": "2023-02-18T12:41:02.942753-05:00"
3073-
},
3074-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/C++_SDK.svg": {
3075-
"StatusCode": 206,
3076-
"LastSeen": "2023-02-18T12:41:08.548777-05:00"
3077-
},
3078-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Erlang_SDK.svg": {
3079-
"StatusCode": 206,
3080-
"LastSeen": "2023-02-18T12:41:13.981269-05:00"
3081-
},
3082-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Exporters.svg": {
3083-
"StatusCode": 206,
3084-
"LastSeen": "2023-02-18T12:40:51.762354-05:00"
3085-
},
3086-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/JS_SDK.svg": {
3087-
"StatusCode": 206,
3088-
"LastSeen": "2023-02-18T12:41:35.607173-05:00"
3089-
},
3090-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Java_SDK.svg": {
3091-
"StatusCode": 206,
3092-
"LastSeen": "2023-02-18T12:41:30.170056-05:00"
3093-
},
3094-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/PHP.svg": {
3095-
"StatusCode": 206,
3096-
"LastSeen": "2023-02-18T12:41:41.02911-05:00"
3097-
},
3098-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Processors.svg": {
3099-
"StatusCode": 206,
3100-
"LastSeen": "2023-02-18T12:40:46.321973-05:00"
3101-
},
3102-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Python_SDK.svg": {
3103-
"StatusCode": 206,
3104-
"LastSeen": "2023-02-18T12:41:46.457416-05:00"
3105-
},
3106-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Receivers.svg": {
3107-
"StatusCode": 206,
3108-
"LastSeen": "2023-02-18T12:40:40.894851-05:00"
3109-
},
3110-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Ruby_SDK.svg": {
3111-
"StatusCode": 206,
3112-
"LastSeen": "2023-02-18T12:41:51.932931-05:00"
3113-
},
3114-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Rust.svg": {
3115-
"StatusCode": 206,
3116-
"LastSeen": "2023-02-18T12:41:57.349314-05:00"
3117-
},
3118-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Swift.svg": {
3119-
"StatusCode": 206,
3120-
"LastSeen": "2023-02-18T12:42:02.794238-05:00"
3121-
},
3122-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/Instrumenting_Library_nested_spans.svg": {
3123-
"StatusCode": 206,
3124-
"LastSeen": "2023-02-18T12:42:15.590442-05:00"
3125-
},
3126-
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/Otel_Collector.svg": {
3127-
"StatusCode": 206,
3128-
"LastSeen": "2023-02-18T12:40:57.23526-05:00"
3129-
},
31303066
"https://reactivex.io/RxJava/2.x/javadoc/index.html": {
31313067
"StatusCode": 206,
31323068
"LastSeen": "2023-02-18T12:42:09.238995-05:00"

0 commit comments

Comments
 (0)