https://github.com/proxyconf/ex_control_plane
https://github.com/proxyconf/ex_control_plane
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/proxyconf/ex_control_plane
- Owner: proxyconf
- License: mpl-2.0
- Created: 2025-02-03T23:05:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T06:49:16.000Z (about 1 year ago)
- Last Synced: 2025-04-02T07:32:32.147Z (about 1 year ago)
- Language: Elixir
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExControlPlane
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_control_plane` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_control_plane, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .
## Telemetry
The ExControlPlane emits various metrics.
### Adapter config callback
```elixir
[:ex_control_plane, :adapter, :generate, :start]
[:ex_control_plane, :adapter, :generate, :stop]
[:ex_control_plane, :adapter, :generate, :exception]
```
### Snapshot read/write
```
[:ex_control_plane, :snapshot, :write, :start]
[:ex_control_plane, :snapshot, :write, :stop]
[:ex_control_plane, :snapshot, :write, :exception]
[:ex_control_plane, :snapshot, :read, :start]
[:ex_control_plane, :snapshot, :read, :stop]
[:ex_control_plane, :snapshot, :read, :exception]
```