Skip to content

Commit 6904768

Browse files
committed
fix: rename crate to metrics-exporter-otel
Found the name already took by someone https://crates.io/crates/metrics-exporter-opentelemetry
1 parent 9b63be8 commit 6904768

File tree

13 files changed

+5
-5
lines changed

13 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = [
44
"metrics",
55
"metrics-benchmark",
66
"metrics-exporter-dogstatsd",
7-
"metrics-exporter-opentelemetry",
7+
"metrics-exporter-otel",
88
"metrics-exporter-prometheus",
99
"metrics-exporter-tcp",
1010
"metrics-observer",

metrics-exporter-opentelemetry/Cargo.toml renamed to metrics-exporter-otel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "metrics-exporter-opentelemetry"
2+
name = "metrics-exporter-otel"
33
version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.75.0"
@@ -9,7 +9,7 @@ license = { workspace = true }
99
authors = ["Metrics Contributors"]
1010
repository = { workspace = true }
1111
homepage = { workspace = true }
12-
documentation = "https://docs.rs/metrics-exporter-opentelemetry"
12+
documentation = "https://docs.rs/metrics-exporter-otel"
1313
readme = "README.md"
1414

1515
categories = ["development-tools::debugging"]

0 commit comments

Comments
 (0)