Recent Releases of https://github.com/awslabs/metrique
https://github.com/awslabs/metrique - metrique-v0.1.5
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-format-emf-v0.1.5
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-service-metrics-v0.1.5
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-metricsrs-v0.1.6
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-v0.1.6
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-macro-v0.1.3
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-v0.1.4
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-format-emf-v0.1.4
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-service-metrics-v0.1.4
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-metricsrs-v0.1.5
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-v0.1.5
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-macro-v0.1.2
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-macro-v0.1.3
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-core-v0.1.5
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-core-v0.1.5
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-v0.1.3
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-format-emf-v0.1.3
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-timesource-v0.1.3
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-service-metrics-v0.1.3
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-v0.1.4
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-macro-v0.1.1
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-macro-v0.1.2
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-core-v0.1.4
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-core-v0.1.4
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-v0.1.3
Added
- Added global
metrique::ServiceMetricsentry sink
Breaking Fixes
- mark ThreadLocalTestSinkGuard as !Send + !Sync
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-core-v0.1.3
Added
- Added global
metrique::ServiceMetricsentry sink
Breaking Fixes
- mark ThreadLocalTestSinkGuard as !Send + !Sync
- Rust
Published by github-actions[bot] 10 months ago
https://github.com/awslabs/metrique - metrique-writer-format-emf-v0.1.2
Added
- update the reporters for metrics.rs to accept
AnyEntrySinkas well asimpl EntryIoStream
Fixes
- fixed a bug in the macro-generated doctests of
global_entry_sink
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-v0.1.2
Added
- update the reporters for metrics.rs to accept
AnyEntrySinkas well asimpl EntryIoStream
Fixes
- fixed a bug in the macro-generated doctests of
global_entry_sink
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-writer-v0.1.2
Added
- update the reporters for metrics.rs to accept
AnyEntrySinkas well asimpl EntryIoStream
Fixes
- fixed a bug in the macro-generated doctests of
global_entry_sink
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-core-v0.1.2
Added
- update the reporters for metrics.rs to accept
AnyEntrySinkas well asimpl EntryIoStream
Fixes
- fixed a bug in the macro-generated doctests of
global_entry_sink
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-writer-core-v0.1.2
Added
- update the reporters for metrics.rs to accept
AnyEntrySinkas well asimpl EntryIoStream
Fixes
- fixed a bug in the macro-generated doctests of
global_entry_sink
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-writer-format-emf-v0.1.1
Added
- allow
WithDimensionsandForceFlagsupport for entries - breaking change: clean up
CloseValue/CloseValueRef. If you previously implementedCloseValueRef, you should now implementCloseValue for &'_ T - separate
#[metrics(no_close)]from#[metrics(flatten_entry)]. The old#[metrics(flatten_entry)]is now#[metrics(flatten_entry, no_close)]. - allow using
ForceFlagforCloseValue. This allows setting things likeemf::HighResolution<Value> - support
#[metrics(value)]and#[metrics(value(string))]. These reduce one of the main reasons to implementCloseValuedirectly: using a enum as a string value in your metric:rust #[metric(value(string))] enum ActionType { Create, Update, Delete }
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-v0.1.1
Added
- allow
WithDimensionsandForceFlagsupport for entries - breaking change: clean up
CloseValue/CloseValueRef. If you previously implementedCloseValueRef, you should now implementCloseValue for &'_ T - separate
#[metrics(no_close)]from#[metrics(flatten_entry)]. The old#[metrics(flatten_entry)]is now#[metrics(flatten_entry, no_close)]. - allow using
ForceFlagforCloseValue. This allows setting things likeemf::HighResolution<Value> - support
#[metrics(value)]and#[metrics(value(string))]. These reduce one of the main reasons to implementCloseValuedirectly: using a enum as a string value in your metric:rust #[metric(value(string))] enum ActionType { Create, Update, Delete }
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-writer-v0.1.1
Added
- allow
WithDimensionsandForceFlagsupport for entries - breaking change: clean up
CloseValue/CloseValueRef. If you previously implementedCloseValueRef, you should now implementCloseValue for &'_ T - separate
#[metrics(no_close)]from#[metrics(flatten_entry)]. The old#[metrics(flatten_entry)]is now#[metrics(flatten_entry, no_close)]. - allow using
ForceFlagforCloseValue. This allows setting things likeemf::HighResolution<Value> - support
#[metrics(value)]and#[metrics(value(string))]. These reduce one of the main reasons to implementCloseValuedirectly: using a enum as a string value in your metric:rust #[metric(value(string))] enum ActionType { Create, Update, Delete }
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-timesource-v0.1.2
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-macro-v0.1.1
Added
- allow
WithDimensionsandForceFlagsupport for entries - breaking change: clean up
CloseValue/CloseValueRef. If you previously implementedCloseValueRef, you should now implementCloseValue for &'_ T - separate
#[metrics(no_close)]from#[metrics(flatten_entry)]. The old#[metrics(flatten_entry)]is now#[metrics(flatten_entry, no_close)]. - allow using
ForceFlagforCloseValue. This allows setting things likeemf::HighResolution<Value> - support
#[metrics(value)]and#[metrics(value(string))]. These reduce one of the main reasons to implementCloseValuedirectly: using a enum as a string value in your metric:rust #[metric(value(string))] enum ActionType { Create, Update, Delete }
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-core-v0.1.1
Added
- allow
WithDimensionsandForceFlagsupport for entries - breaking change: clean up
CloseValue/CloseValueRef. If you previously implementedCloseValueRef, you should now implementCloseValue for &'_ T - separate
#[metrics(no_close)]from#[metrics(flatten_entry)]. The old#[metrics(flatten_entry)]is now#[metrics(flatten_entry, no_close)]. - allow using
ForceFlagforCloseValue. This allows setting things likeemf::HighResolution<Value> - support
#[metrics(value)]and#[metrics(value(string))]. These reduce one of the main reasons to implementCloseValuedirectly: using a enum as a string value in your metric:rust #[metric(value(string))] enum ActionType { Create, Update, Delete }
- Rust
Published by github-actions[bot] 11 months ago
https://github.com/awslabs/metrique - metrique-writer-core-v0.1.1
Added
- allow
WithDimensionsandForceFlagsupport for entries - breaking change: clean up
CloseValue/CloseValueRef. If you previously implementedCloseValueRef, you should now implementCloseValue for &'_ T - separate
#[metrics(no_close)]from#[metrics(flatten_entry)]. The old#[metrics(flatten_entry)]is now#[metrics(flatten_entry, no_close)]. - allow using
ForceFlagforCloseValue. This allows setting things likeemf::HighResolution<Value> - support
#[metrics(value)]and#[metrics(value(string))]. These reduce one of the main reasons to implementCloseValuedirectly: using a enum as a string value in your metric:rust #[metric(value(string))] enum ActionType { Create, Update, Delete }
- Rust
Published by github-actions[bot] 11 months ago