Mount iconography 32x32 icons to static/img/logos (#2369)
This commit is contained in:
parent
9c3effb925
commit
fc0c48b7fb
|
|
@ -40,3 +40,5 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
|
|||
- ^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
|
||||
# TODO: drop after fix to
|
||||
- ^https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Golang_SDK.svg
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@ Familiarity with the following pages is assumed:
|
|||
|
||||
The Collector consists of three components that access telemetry data:
|
||||
|
||||
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Receivers.svg"></img>
|
||||
- <img width="32" class="img-initial" src="/img/logos/32x32/Receivers.svg"></img>
|
||||
[Receivers](#receivers)
|
||||
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Processors.svg"></img>
|
||||
- <img width="32" class="img-initial" src="/img/logos/32x32/Processors.svg"></img>
|
||||
[Processors](#processors)
|
||||
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Exporters.svg"></img>
|
||||
- <img width="32" class="img-initial" src="/img/logos/32x32/Exporters.svg"></img>
|
||||
[Exporters](#exporters)
|
||||
|
||||
These components once configured must be enabled via pipelines within the
|
||||
|
|
@ -168,7 +168,7 @@ service:
|
|||
|
||||
## Receivers
|
||||
|
||||
<img width="35" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Receivers.svg"></img>
|
||||
<img width="35" class="img-initial" src="/img/logos/32x32/Receivers.svg"></img>
|
||||
|
||||
A receiver, which can be push or pull based, is how data gets into the
|
||||
Collector. Receivers may support one or more
|
||||
|
|
@ -245,7 +245,7 @@ receivers:
|
|||
|
||||
## Processors
|
||||
|
||||
<img width="35" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Processors.svg"></img>
|
||||
<img width="35" class="img-initial" src="/img/logos/32x32/Processors.svg"></img>
|
||||
|
||||
Processors are run on data between being received and being exported. Processors
|
||||
are optional though
|
||||
|
|
@ -326,7 +326,7 @@ processors:
|
|||
|
||||
## Exporters
|
||||
|
||||
<img width="35" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Exporters.svg"></img>
|
||||
<img width="35" class="img-initial" src="/img/logos/32x32/Exporters.svg"></img>
|
||||
|
||||
An exporter, which can be push or pull based, is how you send data to one or
|
||||
more backends/destinations. Exporters may support one or more
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ For information on how to use the Collector see the
|
|||
|
||||
The Collector is made up of the following components:
|
||||
|
||||
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Receivers.svg"></img>
|
||||
- <img width="32" class="img-initial" src="/img/logos/32x32/Receivers.svg"></img>
|
||||
`receivers`: How to get data into the Collector; these can be push or pull
|
||||
based
|
||||
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Processors.svg"></img>
|
||||
- <img width="32" class="img-initial" src="/img/logos/32x32/Processors.svg"></img>
|
||||
`processors`: What to do with received data
|
||||
- <img width="32" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Exporters.svg"></img>
|
||||
- <img width="32" class="img-initial" src="/img/logos/32x32/Exporters.svg"></img>
|
||||
`exporters`: Where to send received data; these can be push or pull based
|
||||
|
||||
These components are enabled through `pipelines`. Multiple instances of
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
title: C++
|
||||
weight: 11
|
||||
description: >
|
||||
<img width="35" class="img-initial"
|
||||
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/C++_SDK.svg"
|
||||
<img width="35" class="img-initial" src="/img/logos/32x32/C++_SDK.svg"
|
||||
alt="C++"></img> A language-specific implementation of OpenTelemetry in C++.
|
||||
---
|
||||
|
||||
|
|
@ -12,4 +11,5 @@ description: >
|
|||
## Repositories
|
||||
|
||||
- Main: [opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp)
|
||||
- Contrib: [opentelemetry-cpp-contrib](https://github.com/open-telemetry/opentelemetry-cpp-contrib)
|
||||
- Contrib:
|
||||
[opentelemetry-cpp-contrib](https://github.com/open-telemetry/opentelemetry-cpp-contrib)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: Erlang/Elixir
|
|||
weight: 14
|
||||
description: >
|
||||
<img width="35" class="img-initial"
|
||||
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Erlang_SDK.svg"
|
||||
src="/img/logos/32x32/Erlang_SDK.svg"
|
||||
alt="Erlang/Elixir"></img>
|
||||
A language-specific implementation of OpenTelemetry in Erlang/Elixir.
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
title: Java
|
||||
description: >-
|
||||
<img width="35" class="img-initial"
|
||||
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Java_SDK.svg"
|
||||
<img width="35" class="img-initial" src="/img/logos/32x32/Java_SDK.svg"
|
||||
alt="Java"></img> A language-specific implementation of OpenTelemetry in Java.
|
||||
aliases: [/java, /java/metrics, /java/tracing]
|
||||
weight: 18
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: JavaScript
|
||||
description: >-
|
||||
<img width="35" class="img-initial"
|
||||
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/JS_SDK.svg"
|
||||
src="/img/logos/32x32/JS_SDK.svg"
|
||||
alt="JavaScript"></img>
|
||||
A language-specific implementation of OpenTelemetry in JavaScript (for Node.js & the browser).
|
||||
aliases: [/js, /js/metrics, /js/tracing]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: .NET
|
||||
description: >
|
||||
<img width="35" class="img-initial"
|
||||
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/.NET.svg"
|
||||
src="/img/logos/32x32/.NET.svg"
|
||||
alt=".NET"></img>
|
||||
A language-specific implementation of OpenTelemetry in .NET.
|
||||
aliases: [/csharp, /csharp/metrics, /csharp/tracing]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: PHP
|
||||
description: >-
|
||||
<img width="35" class="img-initial"
|
||||
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/PHP.svg"
|
||||
src="/img/logos/32x32/PHP.svg"
|
||||
alt="PHP"></img>
|
||||
A language-specific implementation of OpenTelemetry in PHP.
|
||||
weight: 21
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
title: Python
|
||||
description: >-
|
||||
<img width="35" class="img-initial"
|
||||
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Python_SDK.svg"
|
||||
<img width="35" class="img-initial" src="/img/logos/32x32/Python_SDK.svg"
|
||||
alt="Python"></img> A language-specific implementation of OpenTelemetry in
|
||||
Python.
|
||||
aliases: [/python, /python/metrics, /python/tracing]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Ruby
|
||||
description: >
|
||||
<img width="35" class="img-initial" src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Ruby_SDK.svg" alt="Ruby"></img>
|
||||
<img width="35" class="img-initial" src="/img/logos/32x32/Ruby_SDK.svg" alt="Ruby"></img>
|
||||
A language-specific implementation of OpenTelemetry in Ruby.
|
||||
aliases: [/ruby, /ruby/metrics, /ruby/tracing]
|
||||
weight: 24
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: Rust
|
||||
description: >-
|
||||
<img width="35" class="img-initial"
|
||||
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Rust.svg"
|
||||
src="/img/logos/32x32/Rust.svg"
|
||||
alt="Rust"></img>
|
||||
A language-specific implementation of OpenTelemetry in Rust.
|
||||
weight: 26
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: Swift
|
|||
weight: 28
|
||||
description: >-
|
||||
<img width="35" class="img-initial"
|
||||
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Swift.svg"
|
||||
src="/img/logos/32x32/Swift.svg"
|
||||
alt="Swift"></img>
|
||||
A language-specific implementation of OpenTelemetry in Swift.
|
||||
---
|
||||
|
|
|
|||
|
|
@ -191,3 +191,5 @@ module:
|
|||
target: static/img
|
||||
- source: content-modules/opentelemetry-specification/internal/img
|
||||
target: static/img
|
||||
- source: iconography/32x32
|
||||
target: static/img/logos/32x32
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
|
@ -3063,70 +3063,6 @@
|
|||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:39:41.430603-05:00"
|
||||
},
|
||||
"https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Golang_SDK.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:24.794771-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/.NET.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:02.942753-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/C++_SDK.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:08.548777-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Erlang_SDK.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:13.981269-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Exporters.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:40:51.762354-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/JS_SDK.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:35.607173-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Java_SDK.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:30.170056-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/PHP.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:41.02911-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Processors.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:40:46.321973-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Python_SDK.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:46.457416-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Receivers.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:40:40.894851-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Ruby_SDK.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:51.932931-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Rust.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:41:57.349314-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Swift.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:42:02.794238-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/Instrumenting_Library_nested_spans.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:42:15.590442-05:00"
|
||||
},
|
||||
"https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/Otel_Collector.svg": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:40:57.23526-05:00"
|
||||
},
|
||||
"https://reactivex.io/RxJava/2.x/javadoc/index.html": {
|
||||
"StatusCode": 206,
|
||||
"LastSeen": "2023-02-18T12:42:09.238995-05:00"
|
||||
|
|
|
|||
Loading…
Reference in New Issue