-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean up/unify Cargo metadata + prep metrics-exporter-dogstatsd for r…
…elease
- Loading branch information
Showing
11 changed files
with
76 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
[package] | ||
name = "metrics-exporter-dogstatsd" | ||
version = "0.1.0" | ||
edition = "2021" | ||
version = "0.9.0" | ||
edition = { workspace = true} | ||
rust-version = "1.71.1" | ||
|
||
description = "A metrics-compatible exporter for sending metrics to the Datadog Agent." | ||
license = { workspace = true } | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
repository = { workspace = true } | ||
homepage = { workspace = true } | ||
documentation = "https://docs.rs/metrics-exporter-dogstatsd" | ||
readme = "README.md" | ||
|
||
categories = ["development-tools::debugging"] | ||
keywords = ["metrics", "telemetry", "dogstatsd", "Datadog"] | ||
|
||
[dependencies] | ||
bytes = { version = "1", default-features = false } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# metrics-exporter-dogstatsd | ||
|
||
[![conduct-badge][]][conduct] [![downloads-badge][] ![release-badge][]][crate] [![docs-badge][]][docs] [![license-badge][]](#license) | ||
|
||
[conduct-badge]: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg | ||
[downloads-badge]: https://img.shields.io/crates/d/metrics-exporter-dogstatsd.svg | ||
[release-badge]: https://img.shields.io/crates/v/metrics-exporter-dogstatsd.svg | ||
[license-badge]: https://img.shields.io/crates/l/metrics-exporter-dogstatsd.svg | ||
[docs-badge]: https://docs.rs/metrics-exporter-dogstatsd/badge.svg | ||
[conduct]: https://github.com/metrics-rs/metrics/blob/master/CODE_OF_CONDUCT.md | ||
[crate]: https://crates.io/crates/metrics-exporter-dogstatsd | ||
[docs]: https://docs.rs/metrics-exporter-dogstatsd | ||
|
||
__metrics-exporter-dogstatsd__ is a `metrics`-compatible exporter sending metrics to the Datadog Agent. | ||
|
||
## previous versions (0.8.0 and earlier) of this crate | ||
|
||
Up until the 0.9.0 release, this crate was based on a different codebase | ||
(http://github.com/dialtone/metrics-exporter-dogstatsd) written by [Valentino Volonghi](http://github.com/dialtone). The | ||
new version (0.9.0) are officially supported by the metrics-rs team, and are SemVer-incompatible with the previous | ||
versions. | ||
|
||
## code of conduct | ||
|
||
**NOTE**: All conversations and contributions to this project shall adhere to the [Code of Conduct][conduct]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
[package] | ||
name = "metrics-exporter-prometheus" | ||
version = "0.16.1" | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.71.1" | ||
|
||
license = "MIT" | ||
|
||
description = "A metrics-compatible exporter for sending metrics to Prometheus." | ||
homepage = "https://github.com/metrics-rs/metrics" | ||
repository = "https://github.com/metrics-rs/metrics" | ||
license = { workspace = true } | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
repository = { workspace = true } | ||
homepage = { workspace = true } | ||
documentation = "https://docs.rs/metrics-exporter-prometheus" | ||
readme = "README.md" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
[package] | ||
name = "metrics-exporter-tcp" | ||
version = "0.11.0" | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.71.1" | ||
|
||
license = "MIT" | ||
|
||
description = "A metrics-compatible exporter that outputs metrics to clients over TCP." | ||
homepage = "https://github.com/metrics-rs/metrics" | ||
repository = "https://github.com/metrics-rs/metrics" | ||
license = { workspace = true } | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
repository = { workspace = true } | ||
homepage = { workspace = true } | ||
documentation = "https://docs.rs/metrics-exporter-tcp" | ||
readme = "README.md" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
[package] | ||
name = "metrics-observer" | ||
version = "0.4.0" | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.74.0" | ||
|
||
license = "MIT" | ||
|
||
description = "Text-based UI for metrics-exporter-tcp." | ||
homepage = "https://github.com/metrics-rs/metrics" | ||
repository = "https://github.com/metrics-rs/metrics" | ||
license = { workspace = true } | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
repository = { workspace = true } | ||
homepage = { workspace = true } | ||
documentation = "https://docs.rs/metrics" | ||
readme = "README.md" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
[package] | ||
name = "metrics-tracing-context" | ||
version = "0.18.0" | ||
authors = ["MOZGIII <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.71.1" | ||
|
||
license = "MIT" | ||
|
||
description = "A crate to use tracing context as metrics labels." | ||
homepage = "https://github.com/metrics-rs/metrics" | ||
repository = "https://github.com/metrics-rs/metrics" | ||
documentation = "https://docs.rs/metrics" | ||
license = { workspace = true } | ||
authors = ["MOZGIII <[email protected]>"] | ||
repository = { workspace = true } | ||
homepage = { workspace = true } | ||
documentation = "https://docs.rs/metrics-tracing-context" | ||
readme = "README.md" | ||
|
||
categories = ["development-tools::debugging"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
[package] | ||
name = "metrics-util" | ||
version = "0.19.0" | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.71.1" | ||
|
||
license = "MIT" | ||
|
||
description = "Helper types/functions used by the metrics ecosystem." | ||
homepage = "https://github.com/metrics-rs/metrics" | ||
repository = "https://github.com/metrics-rs/metrics" | ||
license = { workspace = true } | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
repository = { workspace = true } | ||
homepage = { workspace = true } | ||
documentation = "https://docs.rs/metrics-util" | ||
readme = "README.md" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
[package] | ||
name = "metrics" | ||
version = "0.24.1" | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.71.1" | ||
|
||
license = "MIT" | ||
|
||
description = "A lightweight metrics facade." | ||
homepage = "https://github.com/metrics-rs/metrics" | ||
repository = "https://github.com/metrics-rs/metrics" | ||
license = { workspace = true } | ||
authors = ["Toby Lawrence <[email protected]>"] | ||
repository = { workspace = true } | ||
homepage = { workspace = true } | ||
documentation = "https://docs.rs/metrics" | ||
readme = "README.md" | ||
|
||
|