Commit Graph

209 Commits

Author SHA1 Message Date
Deirdre Connolly bde1a50315 Remove extra new lines 2021-10-08 23:56:20 -04:00
Deirdre Connolly d10286ff1e Do not start output with a '# metrics snapshot' etc prelude 2021-10-08 20:52:14 -04:00
Henry de Valence 971133128e deps: update to tokio 0.3
This uses a git dependency on Hyper for now.
2020-11-19 14:22:16 -08:00
Toby Lawrence 7ef47304ed
Merge pull request #130 from metrics-rs/fix_atomic_bucket
fix concurrent writer/uninitialized memory bug with AtomicBucket
2020-11-16 20:10:08 -05:00
Toby Lawrence 8b57975110 fix concurrent writer/uninitialized memory bug with AtomicBucket 2020-11-16 18:45:15 -05:00
Toby Lawrence 507493a59a
Merge pull request #129 from metrics-rs/unit_tweaks
core: fix unit binary vs decimal wonkiness
2020-11-16 18:23:19 -05:00
Toby Lawrence 027cde096a core: fix unit binary vs decimal wonkiness 2020-11-16 17:53:36 -05:00
Toby Lawrence ec1faac74c
Merge pull request #127 from metrics-rs/dependabot/cargo/arc-swap-1.0
Update arc-swap requirement from 0.4 to 1.0
2020-11-16 15:36:34 -05:00
Toby Lawrence 576a7e42b6
Merge pull request #125 from metrics-rs/experiment/name-parts
Switch to collecting metric names by part.
2020-11-16 15:29:11 -05:00
dependabot[bot] 1cdae103b9
Update arc-swap requirement from 0.4 to 1.0
Updates the requirements on [arc-swap](https://github.com/vorner/arc-swap) to permit the latest version.
- [Release notes](https://github.com/vorner/arc-swap/releases)
- [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/arc-swap/compare/v0.4.0...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16 07:18:14 +00:00
Toby Lawrence ba0530e2cd small docs tweak 2020-11-15 16:42:43 -05:00
Toby Lawrence ee379362f5 collapse from_owned_parts/from_hybrid_parts into from_parts 2020-11-15 15:49:05 -05:00
Toby Lawrence 2cd4e9e100 optimize NameParts::to_string 2020-11-15 15:13:47 -05:00
Toby Lawrence db02cd80da
Merge branch 'main' into experiment/name-parts 2020-11-13 13:26:42 -05:00
Toby Lawrence 55f289261c forgot dat flag 2020-11-13 12:56:48 -05:00
Toby Lawrence 2d807af5b0 gotta bump MSRV to 1.46 for coercing to unsized slices in const fns 2020-11-13 12:30:22 -05:00
Toby Lawrence 30c7ff1a98 a lot of tweaks 2020-11-13 11:06:53 -05:00
Toby Lawrence 7a8f3da859 wip 2020-11-12 23:23:32 -05:00
Toby Lawrence 8ebe921ef7
Merge pull request #123 from str4d/patch-1
PrometheusBuilder::install: Build exporter in runtime context
2020-11-11 14:46:52 -05:00
Toby Lawrence 4312b9f205
Merge pull request #121 from flub/doc-typo 2020-11-11 12:50:42 -05:00
str4d 01fcc020c7
PrometheusBuilder::install: Build exporter in runtime context
Closes https://github.com/metrics-rs/metrics/issues/122
2020-11-11 15:34:30 +00:00
Floris Bruynooghe 4fafc34869 Add docs build to CI
This should avoid accidentally breaking docs.
2020-11-10 21:06:25 +01:00
Floris Bruynooghe 1b1c271531 Trival docs typo 2020-11-10 21:00:05 +01:00
Toby Lawrence fbd603582e
(cargo-release) version 0.1.0-alpha.7 2020-11-02 19:58:55 -05:00
Toby Lawrence d72a744a76 dummy app for getting the sizes of various types related to keys 2020-11-02 19:57:37 -05:00
Toby Lawrence e3e96664d9
Merge pull request #116 from kilpatty/tokio-exporter-feature
metrics-exporter-prometheus: split off tokio and hyper functionality to another (default) feature
2020-11-02 12:16:04 -05:00
kilpatty 274ca273c4
metrics-exporter-prometheus: drop feature gate on build, rename other build to build_with_exporter, and fix doc comments 2020-11-02 07:20:55 -06:00
Sean Kilgarriff 6e61eb493b
Update metrics-exporter-prometheus/src/lib.rs
Co-authored-by: Toby Lawrence <tobz@users.noreply.github.com>
2020-11-02 07:17:47 -06:00
Toby Lawrence e926a6b6c6 commit notes + sizes example 2020-11-01 11:29:31 -05:00
Toby Lawrence 5fa7e8fd1d wip: inline vs dynamic custom enum approach 2020-11-01 10:44:44 -05:00
kilpatty e2ba57bfa6
metrics-exporter-prometheus: move PrometheusHandle to struct. Eliminate now useless pub function doc comments 2020-10-30 08:49:48 -05:00
kilpatty 1b852b32a4
metrics-exporter-prometheus: switch methods to gain access to the inner data of the recorder (using a type alias) 2020-10-29 16:18:13 -05:00
Toby Lawrence b67840d7d1 more doc fixes 2020-10-28 23:12:06 -04:00
Toby Lawrence 9560d26990 more doc fixes 2020-10-28 22:51:27 -04:00
Toby Lawrence 4b9b1b8bfe bunch of doc fixes 2020-10-28 22:43:42 -04:00
Toby Lawrence 8085682d49 fix broken intra doc links 2020-10-28 21:19:50 -04:00
Toby Lawrence 1e120b3671 cfg feature flag test redux 2020-10-28 21:14:46 -04:00
Toby Lawrence 248bc3c406 cfg feature flag test 2020-10-28 21:10:31 -04:00
Toby Lawrence d481392563 try putting docs on netlify 2020-10-28 20:59:03 -04:00
Toby Lawrence 6faae7718f add bench for tracing layer + fix record_bool bug 2020-10-28 20:22:37 -04:00
Toby Lawrence 540fcfd25b let the benchmark breathe a little better 2020-10-27 23:43:39 -04:00
kilpatty 10fc3736c4
metrics-exporter-prometheus: split off tokio and hyper functionality to another (default) feature 2020-10-27 14:53:57 -05:00
Toby Lawrence 4f1b57cccc woops 2020-10-27 10:04:56 -04:00
Toby Lawrence e98c94f238 moar README tweaks 2020-10-27 10:04:01 -04:00
Toby Lawrence 9385891cca no text header above splash logo 2020-10-27 09:53:14 -04:00
Toby Lawrence 18838e62f9 upsize splash logo to better fit 2020-10-27 09:52:29 -04:00
Toby Lawrence 282671945e
Merge pull request #114 from metrics-rs/fastest_possible_statics
core: remove scoping and simplify the macro "fast path"
2020-10-27 09:49:49 -04:00
Toby Lawrence cb54c40d13 remove scoping and switch to pure statics for fast path 2020-10-27 08:58:18 -04:00
Toby Lawrence cec241dec9 fix README links 2020-10-27 08:57:54 -04:00
Toby Lawrence b227c9cd49 add new logo to README splash :D :D :D 2020-10-27 08:51:10 -04:00