Commit Graph

197 Commits

Author SHA1 Message Date
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
Toby Lawrence 9a3c293633 massive docs tweaks 2020-10-25 16:59:44 -04:00
Toby Lawrence d7efc64ff7
Merge pull request #112 from metrics-rs/drop_metrics_no_clients_tcp
metrics-exporter-tcp: drop metrics when no clients are connected.
2020-10-24 13:42:51 -04:00
Toby Lawrence 5763651a41 drop metrics if no clients are connected 2020-10-24 12:36:43 -04:00
Toby Lawrence 6e6761acc3 tweaks 2020-10-24 11:20:31 -04:00
Toby Lawrence a2955973d7 remove StreamingIntegers since we don't use it anymore 2020-10-24 11:18:07 -04:00
Toby Lawrence 5b57500d9d
(cargo-release) version 0.1.0-alpha.3 2020-10-24 11:02:26 -04:00
Toby Lawrence 1a9c073067
(cargo-release) version 0.1.0-alpha.6 2020-10-24 11:02:26 -04:00
Toby Lawrence 17813a6f71
(cargo-release) version 0.1.0-alpha.5 2020-10-24 11:02:25 -04:00
Toby Lawrence bb9bbe2dd7
(cargo-release) version 0.4.0-alpha.6 2020-10-24 11:02:25 -04:00
Toby Lawrence dfad2526bb
(cargo-release) version 0.13.0-alpha.8 2020-10-24 11:02:24 -04:00
Toby Lawrence b8583be834
(cargo-release) version 0.1.0-alpha.5 2020-10-24 11:02:24 -04:00
Toby Lawrence 808c290064
(cargo-release) version 0.1.0-alpha.2 2020-10-24 10:59:23 -04:00