parseable
parseable copied to clipboard
Parseable is an observability platform built for the modern - cloud native, AI era.
We need a stats api to report the storage ingested and storage used on object storage, per log stream.
We need to add a mechanism that allows users to specify which fields on incoming log stream they don't want to store.
### Description Alerts are stored on metadata map which is behind and rwlock. This is fine but having to hold writer lock for alert check is not ideal. This PR...
### Description For compatibility with glibc, some options that were attempted, but didn't work out were: ``` # apk add gcompat # apk add libc6-compat ``` They both resulted in...
Parseable website has docs on how to directly send logs from Go, Python, Java, JS etc. Ref: https://www.parseable.io/docs/log-ingestion/applications/go We need to add docs on how to directly sends logs from...
Current approach is too confusing to add new fields or top level commands. We need to simplify the flow here.
[vergen]( https://crates.io/crates/vergen) crate sets environment variable `VERGEN_GIT_SEMVER` at build time which looks like this `5.0.0-2-gf49246c`. Banner should show this version and possibly some other information if Parseable is ran from...
We need to add support for multi-arch images https://docs.docker.com/desktop/extensions-sdk/extensions/multi-arch/
When running Parseable in development mode via `cargo run` it takes quite a while compared to `cargo build`. On my machine it takes 4-5 min for cargo run to complete...