Terminology Index

Glossary

1801 terms

Open concept maps

Showing 577-608 of 1801 terms

D
17

Distributed Tracing for Security

Using distributed tracing, which follows a single request across the many services it touches, for security purposes, reconstructing how a request flowed through a microservices system to investigate anomalies and attacks.

In microservices, one user action may traverse dozens of services, making it hard to see the whole picture. Distributed tracing tags a request with a trace ID and records its path, and for security this enables reconstructing how a malicious or anomalous request propagated, where it was handled improperly, and which services were involved. It is a pillar of cloud-native observability, complementing logs and metrics for investigating distributed attacks.

Introduced in: Cloud-Native Security

Examples

  • Tracing a suspicious request across the microservices it touched.
  • Reconstructing an attack's path through services using trace data.
  • Spotting where a request was handled abnormally along its trace.

No related terms linked yet.

E
15