Skip to content

Commit

Permalink
migrate from procedural to declarative macros (metrics-rs#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber authored Sep 21, 2023
1 parent d817f5c commit d788aae
Show file tree
Hide file tree
Showing 11 changed files with 877 additions and 1,926 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"metrics",
"metrics-macros",
"metrics-util",
"metrics-exporter-tcp",
"metrics-exporter-prometheus",
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ If you're a library author, you'll only care about using [`metrics`][metrics] to
Overall, this repository is home to the following crates:

* [`metrics`][metrics]: A lightweight metrics facade, similar to [`log`][log].
* [`metrics-macros`][metrics-macros]: Procedural macros that power `metrics`.
* [`metrics-tracing-context`][metrics-tracing-context]: Allow capturing [`tracing`][tracing] span
fields as metric labels.
* [`metrics-exporter-tcp`][metrics-exporter-tcp]: A `metrics`-compatible exporter for serving metrics over TCP.
Expand Down Expand Up @@ -83,7 +82,6 @@ To everyone else that we haven't had the pleasure of interacting with: we're alw
We'd love to chat about any of the above, or anything else related to metrics. Don't hesitate to file an issue on the repository, or come and chat with us over on [Discord](https://discord.gg/eTwKyY9).

[metrics]: https://github.com/metrics-rs/metrics/tree/main/metrics
[metrics-macros]: https://github.com/metrics-rs/metrics/tree/main/metrics-macros
[metrics-tracing-context]: https://github.com/metrics-rs/metrics/tree/main/metrics-tracing-context
[metrics-exporter-tcp]: https://github.com/metrics-rs/metrics/tree/main/metrics-exporter-tcp
[metrics-exporter-prometheus]: https://github.com/metrics-rs/metrics/tree/main/metrics-exporter-prometheus
Expand Down
78 changes: 0 additions & 78 deletions metrics-macros/CHANGELOG.md

This file was deleted.

25 changes: 0 additions & 25 deletions metrics-macros/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion metrics-macros/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions metrics-macros/README.md

This file was deleted.

Loading

0 comments on commit d788aae

Please sign in to comment.