Skip to content

Commit

Permalink
Rust registry updates
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <[email protected]>
  • Loading branch information
svrnm committed Jan 19, 2024
1 parent ce02806 commit cb48532
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 0 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
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
4 changes: 4 additions & 0 deletions data/registry/exporter-rust-stackdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ authors:
urls:
repo: https://github.com/vivint-smarthome/opentelemetry-stackdriver
createdAt: 2020-08-28
package:
registry: crates
name: opentelemetry-stackdriver

Check warning on line 17 in data/registry/exporter-rust-stackdriver.yml

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (stackdriver)
version: 0.18.0
17 changes: 17 additions & 0 deletions data/registry/exporter-rust-stdout.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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
3 changes: 3 additions & 0 deletions scripts/update-registry-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ get_latest_version() {
hex)
curl -s "https://hex.pm/api/packages/$package_name" | jq -r '.releases | max_by(.inserted_at) | .version'
;;
crates)
curl -s "https://crates.io/api/v1/crates/$package_name" | jq -r '.crate | .newest_version'
;;
*)
echo "Registry not supported."
;;
Expand Down
4 changes: 4 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

0 comments on commit cb48532

Please sign in to comment.