appcore-ops 1.0.0

Operational logging, health, and heartbeat utilities for AppCore Runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# appcore-ops

[English guide](wiki/guide.en.md) |
[Guia em português](wiki/guide.pt.md) |
[Guide français](wiki/guide.fr.md)

Vendor-neutral health, heartbeat, logging, metrics, observations and
availability. Managed-service compatibility APIs are reexported from
`appcore-supervisor`; new lifecycle code should depend on that crate directly.

Signals, queues and files are bounded. Provider-specific exporters and
application business metrics remain outside this Runtime crate.

```bash
cargo test -p appcore-ops
```