Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PPKFS/breadcrumbs
A Haskell tracing library.
https://github.com/PPKFS/breadcrumbs
Last synced: 3 months ago
JSON representation
A Haskell tracing library.
- Host: GitHub
- URL: https://github.com/PPKFS/breadcrumbs
- Owner: PPKFS
- License: mit
- Created: 2022-11-06T11:48:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T16:38:16.000Z (about 1 year ago)
- Last Synced: 2024-02-17T10:36:43.576Z (9 months ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`Breadcrumbs` is a lightweight distributed tracing library for Haskell with the `Effectful` effects system.
In simpler terms, it's a logging framework for execution of a program that aims to use the power of fancy microservice tools such as `Zipkin` to produce fancy
hierarchal flows. Consider it a stack trace/flame graph, except the unit of work is not function call but some higher structure in your program.Currently only used in [Yaifl](https://github.com/ppkfs/yaifl) for tracing text adventure logic.