Commit Graph

209 Commits

Author SHA1 Message Date
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
Toby Lawrence 7e3535f94e
(cargo-release) version 0.1.0-alpha.5 2020-10-24 10:59:22 -04:00
Toby Lawrence c8137a5dd2
(cargo-release) version 0.1.0-alpha.4 2020-10-24 10:59:22 -04:00
Toby Lawrence fdcf2ad90f
(cargo-release) version 0.1.1-alpha.2 2020-10-24 10:59:22 -04:00
Toby Lawrence 4949c72ff1
(cargo-release) version 0.4.0-alpha.5 2020-10-24 10:59:21 -04:00
Toby Lawrence 4ae7f0dc8f
(cargo-release) version 0.13.0-alpha.7 2020-10-24 10:59:21 -04:00
Toby Lawrence 74ba1eb6bb
(cargo-release) version 0.1.0-alpha.4 2020-10-24 10:59:20 -04:00
Toby Lawrence 7ee3bd1903 fix up bad release 2020-10-24 10:58:35 -04:00
Toby Lawrence cf1d93c979
core: add unit support (#107) 2020-10-24 10:55:12 -04:00
Toby Lawrence 156e0bdced get changelog stuff in place 2020-10-24 10:54:55 -04:00
Toby Lawrence 1aec7fdb51 rejigger metrics-observer so it's not part of tests 2020-10-24 10:28:44 -04:00
Toby Lawrence f12e4101da Atomic::null constness somehow changed 2020-10-24 10:18:24 -04:00
Toby Lawrence 05e451f7e1 fix formatting 2020-10-24 10:14:44 -04:00
Toby Lawrence b8bee9b19e fix streaming bug + no_std attempt with util as the testbench 2020-10-24 10:14:44 -04:00
Toby Lawrence 91be4d0aad helper methods + metrics-observer test case 2020-10-24 10:12:46 -04:00
Toby Lawrence 9f8f9d360c first cut at units 2020-10-24 10:12:46 -04:00
dependabot[bot] 5f26d6567f
Update env_logger requirement from 0.7 to 0.8 (#108)
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.0...v0.8.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-20 10:12:16 -04:00
dependabot[bot] 1522221f7d
Update crossbeam-channel requirement from 0.4 to 0.5 (#102)
Updates the requirements on [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) to permit the latest version.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.4.0...crossbeam-channel-0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-17 13:43:22 -04:00
dependabot[bot] e14b7ffd11
Update crossbeam-epoch requirement from 0.8 to 0.9 (#103)
Updates the requirements on [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) to permit the latest version.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-epoch-0.8.0...crossbeam-epoch-0.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Toby Lawrence <tobz@users.noreply.github.com>
2020-10-17 13:42:42 -04:00
dependabot[bot] dc6164fd0c
Update crossbeam-utils requirement from 0.7 to 0.8 (#101)
Updates the requirements on [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) to permit the latest version.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.7.0...crossbeam-utils-0.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-17 13:41:54 -04:00
MOZGIII ff4795e74f
Add a const constructor for KeyData (#106) 2020-10-17 10:38:13 -04:00
Toby Lawrence 9d3d8770e4
(cargo-release) version 0.4.0-alpha.4 2020-10-08 11:11:38 -04:00
Toby Lawrence 96c18117a2 minor cleanup tweaks 2020-10-08 11:11:15 -04:00
Toby Lawrence 8ac4b2f041 Add a fanout layer. 2020-10-08 11:11:02 -04:00
Toby Lawrence 623ccf110a rough impl of metrics-observer 2020-10-05 10:22:45 -04:00
Toby Lawrence 2125de533b
(cargo-release) version 0.13.0-alpha.5 2020-10-04 23:34:50 +00:00
Toby Lawrence b92898b249 fix Key hash impl + adjust metric name regex 2020-10-04 23:34:24 +00:00
Toby Lawrence ebcaab37c1
macros: sanitize/validate metric name (#95)
* macros: sanitize metric name

* bump msrv for tests
2020-09-27 18:00:16 -04:00
Toby Lawrence 72602ce6fb
tracing-context: optimize Visit impl (#94)
* tracing-context: optimize Visit impl
2020-09-27 15:32:10 -04:00
Toby Lawrence 1ed5f7fd63
Switch from Azure Pipelines to Github Actions. (#93)
* Switch from Azure Pipelines to Github Actions.

* Move the CI config to the right folder.
2020-09-27 08:57:37 -04:00
Toby Lawrence 0c91dd9d7a
Attempt to bind to the listen address before starting server. (#92) 2020-09-27 08:45:27 -04:00
Toby Lawrence 5783ee2b51 fix prometheus exporter cargo.toml 2020-09-27 02:29:36 +00:00
Toby Lawrence 36834dd6c6
refactor: next-generation metrics (#80) 2020-09-26 22:26:39 -04:00
Toby Lawrence a796126c27
Update README.md 2020-09-16 17:15:45 -04:00
Toby Lawrence 232f49f349
Create netlify.toml 2020-08-22 11:37:31 -04:00
Rodrigo Pandini 8d0a9c5e4a
Update README.md (#82)
Fix typo.
2020-07-26 14:33:51 -04:00
Nazar Mishturak e003dc97ea
Add atomic_shim to support platforms without 64-bit atomics (#79)
Signed-off-by: Nazar Mishturak <nazarmx@gmail.com>
2020-07-20 21:39:02 -04:00
Akhil Velagapudi c766fc0d47
Bump dependencies of metrics-runtime (#74) 2020-06-05 08:39:05 -04:00
Toby Lawrence 0d98ceffb3
(cargo-release) version 0.1.4 2020-05-19 14:46:32 -04:00