Experimental Go projects, prototypes, and research related to network observability and OpenTelemetry. This repository is a multi-project workspace: each top-level directory is a self-contained project (often with its own go.mod and README).
Code here may change without notice, is intended for learning and exploration, and is not a substitute for production deployment guidance unless a subproject explicitly says otherwise.
| Project | Description | Documentation |
|---|---|---|
| trad-signals/ | AWS VPC Flow Logs → OTLP via a custom OpenTelemetry Collector connector; includes a runnable Helm example | trad-signals/README.md |
Each project that ships Go code includes its own module under its tree (for example, trad-signals/flowlogconnector/). From the directory that contains go.mod:
go test ./...Build, run, and deployment steps vary by project—see that project’s README.
This repository is published for reference and learning. Pull requests and external contributions are not accepted. For product questions or feedback, use the channels described on elastiflow.com.
Please report security vulnerabilities according to SECURITY.md.
This repository is licensed under the Apache License 2.0.