Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
29338d8
[#171]: updated cli error handling. Added CliError to every function …
LorenzoTettamanti Jan 12, 2026
8b976d9
[#171]: moved custom errors implementation in the error.rs module
LorenzoTettamanti Jan 12, 2026
fa2a4e7
updated k8s manifests file: updated image repository from my personal…
LorenzoTettamanti Jan 12, 2026
7b962de
[dependencies]: update CLI dependencies
LorenzoTettamanti Jan 12, 2026
ce01e06
[#171]: removed deprecated rm_dir function
LorenzoTettamanti Jan 12, 2026
363984d
[#171]: cleaned unused dependencies. Fixed error propagation from Res…
LorenzoTettamanti Jan 12, 2026
d2dd420
[#171]: fixed error logic
LorenzoTettamanti Jan 13, 2026
68df671
[#171]: removed unused imports, Added CliError::BaseError to return g…
LorenzoTettamanti Jan 13, 2026
0032b9f
[#171]: improved main.rs error structure
LorenzoTettamanti Jan 13, 2026
28d5893
[#171]: removed useless derive macros
LorenzoTettamanti Jan 13, 2026
a4fffd3
[#158]: moved map_handlers module from identity crate to common crate
LorenzoTettamanti Jan 16, 2026
2e451fd
[#158]: simplified identity logic. removed duplicated code and functions
LorenzoTettamanti Jan 16, 2026
975f4f8
[#158]: added program handlers function in the common crate. Remove d…
LorenzoTettamanti Jan 22, 2026
b3e9136
[#168]: added load from program-handlers in identity user space imple…
LorenzoTettamanti Jan 22, 2026
b908dc0
[#158]: fixed typos in the map names
LorenzoTettamanti Jan 23, 2026
901fc3c
[#158]: fixed bpf error: Error: the program is already loaded.Improve…
LorenzoTettamanti Jan 23, 2026
4f6c2b0
OpenTelemetry Protcol (OTLP) identity integration (#180)
LorenzoTettamanti Feb 8, 2026
696cbb7
[#158]: moved map manager from identity to common crate to reuse the …
LorenzoTettamanti Feb 8, 2026
9575e89
[#158]: moved Monitoring structures to shared library
LorenzoTettamanti Feb 11, 2026
9881df3
[#175]: added otlp provider to metrics service. Simplified map handli…
LorenzoTettamanti Feb 11, 2026
b05d9b9
[#158]: fixed imports from the common crate
LorenzoTettamanti Feb 11, 2026
a32698b
added TODOs in conntracker kernel module
LorenzoTettamanti Feb 11, 2026
398bff0
[#175]: added repr(C,packed) for monitoring structures. Fixed imports…
LorenzoTettamanti Feb 11, 2026
01c63c4
[#158]: added control to skip load of blocklist if the addresses vect…
LorenzoTettamanti Feb 13, 2026
147802f
[#158]: added shared hashmap to store tracked veth (TRACKED_VETH). Th…
LorenzoTettamanti Feb 13, 2026
8599b90
[#182]: Added GetTrackedVethFromHashMap grpc endpoint to see the trac…
LorenzoTettamanti Feb 14, 2026
4d23d4c
[#158]: removed struct.rs Added fill_buffers in buffer_type.rs. Simpl…
LorenzoTettamanti Mar 2, 2026
76d462b
[#158]: moved Event Sender trait in the batcher.rs module
LorenzoTettamanti Mar 2, 2026
bf1720b
[deprecated]: removed deprecated Scripts folder
LorenzoTettamanti Mar 2, 2026
aa9f438
[#175]: added modules to initialize the Metrics exporter using opente…
LorenzoTettamanti Jun 1, 2026
149abf6
(chore): updated dependencies
LorenzoTettamanti Jun 1, 2026
7ee399e
[#175]: implemented the opentelemetry metrics export using the functi…
LorenzoTettamanti Jun 1, 2026
b433a13
[#175]: added metrics exporter in the otel-collector-config ConfigMap…
LorenzoTettamanti Jun 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions Scripts/check-cortexflow-components.sh

This file was deleted.

41 changes: 0 additions & 41 deletions Scripts/check-dev-requisites.sh

This file was deleted.

45 changes: 0 additions & 45 deletions Scripts/install-debugging-tools.sh

This file was deleted.

49 changes: 0 additions & 49 deletions Scripts/test-connections.sh

This file was deleted.

45 changes: 0 additions & 45 deletions Scripts/test-proxy-endpoints.sh

This file was deleted.

18 changes: 0 additions & 18 deletions Scripts/test-proxy-ports.sh

This file was deleted.

67 changes: 0 additions & 67 deletions Scripts/test-sidecar-advanced-tcp.sh

This file was deleted.

70 changes: 0 additions & 70 deletions Scripts/test-sidecar-advanced-udp.sh

This file was deleted.

Loading
Loading