feat(google-tdx): add Vector service integration

- Enable Vector service and configure OpenTelemetry source.
- Add sinks for logs output to console and Kafka.
- Configure environment setup for Kafka using GCP metadata API.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2025-02-10 11:35:25 +01:00
parent ff22db6054
commit 9266a9f072
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 61 additions and 1 deletions

View file

@ -34,6 +34,11 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMNsmP15vH8BVKo7bdvIiiEjiQboPGcRPqJK0+bH4jKD"
];
environment.systemPackages = with pkgs; [
strace
tcpdump
];
fileSystems = {
"/" = {