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::ServiceMetrics entry 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::ServiceMetrics entry 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 AnyEntrySink as well as impl 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 AnyEntrySink as well as impl 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 AnyEntrySink as well as impl 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 AnyEntrySink as well as impl 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 AnyEntrySink as well as impl 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 WithDimensions and ForceFlag support for entries
  • breaking change: clean up CloseValue/CloseValueRef. If you previously implemented CloseValueRef, you should now implement CloseValue for &'_ T
  • separate #[metrics(no_close)] from #[metrics(flatten_entry)]. The old #[metrics(flatten_entry)] is now #[metrics(flatten_entry, no_close)].
  • allow using ForceFlag for CloseValue. This allows setting things like emf::HighResolution<Value>
  • support #[metrics(value)] and #[metrics(value(string))]. These reduce one of the main reasons to implement CloseValue directly: 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 WithDimensions and ForceFlag support for entries
  • breaking change: clean up CloseValue/CloseValueRef. If you previously implemented CloseValueRef, you should now implement CloseValue for &'_ T
  • separate #[metrics(no_close)] from #[metrics(flatten_entry)]. The old #[metrics(flatten_entry)] is now #[metrics(flatten_entry, no_close)].
  • allow using ForceFlag for CloseValue. This allows setting things like emf::HighResolution<Value>
  • support #[metrics(value)] and #[metrics(value(string))]. These reduce one of the main reasons to implement CloseValue directly: 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 WithDimensions and ForceFlag support for entries
  • breaking change: clean up CloseValue/CloseValueRef. If you previously implemented CloseValueRef, you should now implement CloseValue for &'_ T
  • separate #[metrics(no_close)] from #[metrics(flatten_entry)]. The old #[metrics(flatten_entry)] is now #[metrics(flatten_entry, no_close)].
  • allow using ForceFlag for CloseValue. This allows setting things like emf::HighResolution<Value>
  • support #[metrics(value)] and #[metrics(value(string))]. These reduce one of the main reasons to implement CloseValue directly: 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 WithDimensions and ForceFlag support for entries
  • breaking change: clean up CloseValue/CloseValueRef. If you previously implemented CloseValueRef, you should now implement CloseValue for &'_ T
  • separate #[metrics(no_close)] from #[metrics(flatten_entry)]. The old #[metrics(flatten_entry)] is now #[metrics(flatten_entry, no_close)].
  • allow using ForceFlag for CloseValue. This allows setting things like emf::HighResolution<Value>
  • support #[metrics(value)] and #[metrics(value(string))]. These reduce one of the main reasons to implement CloseValue directly: 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 WithDimensions and ForceFlag support for entries
  • breaking change: clean up CloseValue/CloseValueRef. If you previously implemented CloseValueRef, you should now implement CloseValue for &'_ T
  • separate #[metrics(no_close)] from #[metrics(flatten_entry)]. The old #[metrics(flatten_entry)] is now #[metrics(flatten_entry, no_close)].
  • allow using ForceFlag for CloseValue. This allows setting things like emf::HighResolution<Value>
  • support #[metrics(value)] and #[metrics(value(string))]. These reduce one of the main reasons to implement CloseValue directly: 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 WithDimensions and ForceFlag support for entries
  • breaking change: clean up CloseValue/CloseValueRef. If you previously implemented CloseValueRef, you should now implement CloseValue for &'_ T
  • separate #[metrics(no_close)] from #[metrics(flatten_entry)]. The old #[metrics(flatten_entry)] is now #[metrics(flatten_entry, no_close)].
  • allow using ForceFlag for CloseValue. This allows setting things like emf::HighResolution<Value>
  • support #[metrics(value)] and #[metrics(value(string))]. These reduce one of the main reasons to implement CloseValue directly: 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