Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codeboten/stateful-tracing-fsm

Example of a finite state machine leveraging tracing
https://github.com/codeboten/stateful-tracing-fsm

Last synced: about 1 month ago
JSON representation

Example of a finite state machine leveraging tracing

Awesome Lists containing this project

README

        

# stateful example
This example persists tracing information using Consul.

## pre-requisites
### Consul
#### OSX
```bash
brew install consul
consul agent -dev
```
### Honeycomb
The example uses a honeycomb.io account with the write key and datasets passed in via environment variables
```bash
export HONEYCOMB_KEY=REDACTED
export HONEYCOMB_DATASET="my-data-set"
```

## build
```bash
make
```

## run
```bash
./watcher
```