Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattludwigs/telemetry_playground
https://github.com/mattludwigs/telemetry_playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattludwigs/telemetry_playground
- Owner: mattludwigs
- Created: 2021-06-03T18:48:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T17:13:01.000Z (over 3 years ago)
- Last Synced: 2024-04-14T06:08:31.289Z (9 months ago)
- Language: Elixir
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NervesMetrics
A library that is useful for localized observability.
### Features
- Telemetry support
- Time series snapshots of metrics
- API for local data visualization### Other naming ideas
- [Mobius](https://www.marvel.com/characters/agent-mobius/in-comics)
- [Aion](https://en.wikipedia.org/wiki/Aion_(deity))
- [Ewok](https://en.wikipedia.org/wiki/Ewok)### Events vs Metrics
Please see
[Telemetry Data 101 (MELT 101)](https://newrelic.com/platform/telemetry-data-101)
and
[What is the difference between metrics and events](https://www.influxdata.com/blog/what-is-the-difference-between-metrics-and-events/)
for more information.#### Events
Events are for recording that a particular thing happened at a particular time.
#### Metrics
Metrics are good for summarized data.