https://github.com/ddtkey/exponential-buckets-explorer
Simple webpage to explore exponential buckets
https://github.com/ddtkey/exponential-buckets-explorer
Last synced: about 1 year ago
JSON representation
Simple webpage to explore exponential buckets
- Host: GitHub
- URL: https://github.com/ddtkey/exponential-buckets-explorer
- Owner: DDtKey
- Created: 2024-01-21T17:23:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T20:11:19.000Z (over 2 years ago)
- Last Synced: 2025-02-12T14:55:37.030Z (over 1 year ago)
- Language: Rust
- Homepage: https://buckets-exp.ddtkey.com/
- Size: 1.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A simple web page and desktop application for calculating buckets based on the exponential function.
Available at [buckets-exp.ddtkey.com](https://buckets-exp.ddtkey.com/), the desktop version can be downloaded from the release page: [latest](https://github.com/DDtKey/exponential-buckets-explorer/releases/latest)
Can be useful for checking parameters when configuring histograms in Prometheus, for example:
- rust: [exponential_buckets](https://docs.rs/prometheus/0.13.3/prometheus/fn.exponential_buckets.html)
- go: [ExponentialBuckets](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#ExponentialBuckets)
The application is built on [Leptos] and [Tauri].
[Leptos]: https://github.com/leptos-rs/leptos
[Tauri]: https://github.com/tauri-apps/tauri