Skip to content

Commit

Permalink
Rust registry updates (#3830)
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <neumanns@cisco.com>
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
  • Loading branch information
svrnm and cartermp authored Jan 22, 2024
1 parent f460fb3 commit afce88b
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 2 deletions.
1 change: 1 addition & 0 deletions .cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ languageSettings:
- CodeBlock
words:
- accountingservice
- actix
- adservice
- alibaba
- Alloc
Expand Down
1 change: 1 addition & 0 deletions .textlintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rules:
defaultTerms: false
skip: []
terms:
- Actix
- Ajax
- Apache
- API
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/rust/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting Started
cSpell:ignore: Actix eprintln println rolldice tokio
cSpell:ignore: eprintln println rolldice tokio
weight: 10
---

Expand Down
4 changes: 4 additions & 0 deletions data/registry/exporter-rust-application-insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ authors:
urls:
repo: https://github.com/frigus02/opentelemetry-application-insights
createdAt: 2020-08-28
package:
registry: crates
name: opentelemetry-application-insights
version: 0.29.0
4 changes: 4 additions & 0 deletions data/registry/exporter-rust-jaeger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-jaeger
createdAt: 2020-08-28
package:
registry: crates
name: opentelemetry-jaeger
version: 0.20.0
4 changes: 4 additions & 0 deletions data/registry/exporter-rust-otlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp
createdAt: 2020-08-28
package:
registry: crates
name: opentelemetry-otlp
version: 0.14.0
4 changes: 4 additions & 0 deletions data/registry/exporter-rust-prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-prometheus
createdAt: 2020-08-28
package:
registry: crates
name: opentelemetry-prometheus
version: 0.14.1
6 changes: 5 additions & 1 deletion data/registry/exporter-rust-stackdriver.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cSpell:ignore jacobkiesel
# cSpell:ignore jacobkiesel stackdriver
title: Google StackDrive Exporter
registryType: exporter
language: rust
Expand All @@ -12,3 +12,7 @@ authors:
urls:
repo: https://github.com/vivint-smarthome/opentelemetry-stackdriver
createdAt: 2020-08-28
package:
registry: crates
name: opentelemetry-stackdriver
version: 0.18.0
19 changes: 19 additions & 0 deletions data/registry/exporter-rust-stdout.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
title: OTLP Exporter
registryType: exporter
language: rust
tags:
- rust
- exporter
license: Apache 2.0
description:
This crate provides exporters that export to stdout or any implementation of
[`std::io::Write`](https://doc.rust-lang.org/std/io/trait.Write.html).
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-stdout
createdAt: 2024-01-19
package:
registry: crates
name: opentelemetry-stdout
version: 0.2.0
4 changes: 4 additions & 0 deletions data/registry/exporter-rust-zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-zipkin
createdAt: 2020-08-28
package:
registry: crates
name: opentelemetry-zipkin
version: 0.19.0
4 changes: 4 additions & 0 deletions data/registry/instrumentation-rust-actix-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ authors:
urls:
repo: https://github.com/OutThereLabs/actix-web-opentelemetry
createdAt: 2020-08-28
package:
registry: crates
name: actix-web-opentelemetry
version: 0.16.0
19 changes: 19 additions & 0 deletions data/registry/instrumentation-rust-axum.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# cSpell:ignore axum
title: axum Instrumentation
registryType: instrumentation
language: rust
tags:
- rust
- axum
- instrumentation
license: CC0 1.0
description: Middlewares to integrate axum + tracing + opentelemetry.
authors:
- name: David Bernard
urls:
repo: https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/axum-tracing-opentelemetry
createdAt: 2020-08-28
package:
registry: crates
name: axum-tracing-opentelemetry
version: 0.16.0
4 changes: 4 additions & 0 deletions data/registry/instrumentation-rust-tide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ authors:
urls:
repo: https://github.com/asaaki/opentelemetry-tide
createdAt: 2020-08-28
package:
registry: crates
name: opentelemetry-tide
version: 0.12.0
4 changes: 4 additions & 0 deletions data/registry/instrumentation-rust-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ authors:
urls:
repo: https://github.com/tokio-rs/tracing-opentelemetry
createdAt: 2020-08-28
package:
registry: crates
name: tracing-opentelemetry
version: 0.22.0
5 changes: 5 additions & 0 deletions layouts/partials/ecosystem/registry/entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
"urlPattern" "https://hex.pm/packages/%s"
"installTemplate" "ecosystem/registry/quickinstall/hex.md"
"icon" "fa-brands fa-erlang")
"crates" (dict
"urlPattern" "https://crates.io/crates/%s"
"installLine" "cargo add %s"
"installTemplate" "ecosystem/registry/quickinstall/default.md"
"icon" "fab fa-rust")
-}}

{{ $isNativ := and (eq .registryType "instrumentation") (.isNative) }}
Expand Down
8 changes: 8 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,10 @@
"StatusCode": 206,
"LastSeen": "2023-07-06T17:57:36.620937-04:00"
},
"https://crates.io/": {
"StatusCode": 206,
"LastSeen": "2024-01-19T16:56:12.042658+01:00"
},
"https://cri-o.io/": {
"StatusCode": 206,
"LastSeen": "2023-07-21T16:51:54.102328+02:00"
Expand Down Expand Up @@ -731,6 +735,10 @@
"StatusCode": 206,
"LastSeen": "2023-08-03T17:44:09.893503+02:00"
},
"https://doc.rust-lang.org/std/io/trait.Write.html": {
"StatusCode": 206,
"LastSeen": "2024-01-22T08:13:47.191476+01:00"
},
"https://doc.traefik.io/traefik-hub/operations/telemetry/overview/": {
"StatusCode": 206,
"LastSeen": "2023-10-25T11:13:58.633523+02:00"
Expand Down

0 comments on commit afce88b

Please sign in to comment.