https://github.com/joswayski/drifty
Prevent observability drift in your PRs. WIP!
https://github.com/joswayski/drifty
drift drifty observability
Last synced: 6 months ago
JSON representation
Prevent observability drift in your PRs. WIP!
- Host: GitHub
- URL: https://github.com/joswayski/drifty
- Owner: joswayski
- License: apache-2.0
- Created: 2026-01-04T22:45:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-13T08:41:00.000Z (6 months ago)
- Last Synced: 2026-01-13T22:57:55.173Z (6 months ago)
- Topics: drift, drifty, observability
- Language: Rust
- Homepage: https://crates.io/crates/drifty
- Size: 276 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Drifty
Prevent observability drift in your PRs
⚠️ WIP ⚠️
## Prerequisites
TBD but for now a `.env` with the variables listed in [.env.example](.env.example)
Wherever you're running drifty, you'll need AWS credentials with the following permissions:
- `s3vectors:CreateVectorBucket`
- `s3vectors:GetVectorBucket`
- `s3vectors:CreateIndex`
- `s3vectors:GetIndex`
- `s3vectors:PutVectors`
- `s3vectors:QueryVectors`
## Installation
No official Docker image or GitHub Action yet - coming soon!
## Usage (WIP!)
#### drifty sync
- Checks if a bucket exists, and if not, creates one ✅
- Checks if an index for your provider exists, and if not, creates one ✅
- Fetches monitors from your provider (Datadog for now!) ✅
- Generates embeddings ✅
- Uploads embeddings to S3 Vectors ✅
#### drifty check
- Chunks your PR
- Generates embeddings
- Checks your changes to ensure your monitors won't be affected
## Supported providers
[Datadog](https://datadog.com/) only for now, contributions welcome for other providers!