Joe Adams
Joe Adams
Use the AWS cached credential provider to automatically handle credentials. The CredentialsCache will automatically handle refreshing expired credentials and keeping them cached as long as necessary. Replaces #634 as this...
The README was wrong as noted in #640. Add the indices_ prefix to the subsystem since this is related to indices and update the README. Signed-off-by: Joe Adams
Rework the postgres_mixing dashboard to be more composable. The goal is for this to be more maintainable long term. I don't know jsonnet very well, but following other projects, this...
## Proposal As mentioned in #904, we should evaluate what NULL metrics mean in the stat_user_tables collector. If a column from the query is NULL, should that metric be exported...
--disable-default-metrics was used to disable all built in collectors and only run queries from the queries.yaml file which is no longer supported. Improver verbiage in queries.yaml file pointing to replacement...
## Proposal **Use case. Why is this important?** The[ pg_postmaster collector](https://github.com/prometheus-community/postgres_exporter/blob/030a2a9bc713097e93d037b6c7031114e21dbd60/collector/pg_postmaster.go) was ported from the queries.yaml file to a builtin collector in #801. This collector may need a larger discussion...
### What did you expect to happen? After running commands, I expect to see them listed in `atuin history list`, `atuin search` and ctrl+r. ### What happened? I installed Atuin...
This is a complete refactor of the dashboard system. It brings the dashboard creation, metrics, alerting, etc into alignment with other projects that use jsonnet/grafonnet/mixins. This should allow users to...
This is an alternative implementation of the previous retriever in pkg/clusterinfo. The previous implementation required registering collectors and receiving updates over a channel. This InfoProvider instead provides a public method...
The error itself already has the sanitized URL so there is no need to log the sensitive input string.