Generalize tracing section to monitoring, add Prometheus, Cortex.

This commit is contained in:
fabacab 2021-04-10 14:16:30 -04:00
parent 48b09a5182
commit 351c2fabb4
No known key found for this signature in database
GPG Key ID: B0303BF6BA36A560
1 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Many cybersecurity professionals enable racist state violence, wittingly or unwi
- [Code libraries and bindings](#code-libraries-and-bindings)
- [Security Orchestration, Automation, and Response (SOAR)](#security-orchestration-automation-and-response-soar)
- [Cloud platform security](#cloud-platform-security)
- [Distributed observability and tracing](#distributed-observability-and-tracing)
- [Distributed monitoring](#distributed-monitoring)
- [Kubernetes](#kubernetes)
- [Service meshes](#service-meshes)
- [Communications security (COMSEC)](#communications-security-comsec)
@ -92,10 +92,12 @@ See also [asecure.cloud/tools](https://asecure.cloud/tools/).
- [Scout Suite](https://github.com/nccgroup/ScoutSuite) - Open source multi-cloud security-auditing tool, which enables security posture assessment of cloud environments.
- [gVisor](https://github.com/google/gvisor) - Application kernel, written in Go, that implements a substantial portion of the Linux system surface to provide an isolation boundary between the application and the host kernel.
### Distributed observability and tracing
### Distributed monitoring
- [OpenTelemetry](https://opentelemetry.io/) - Observability framework for cloud-native software, comprising a collection of tools, APIs, and SDKs for exporting application performance metrics to a tracing backend (formerly maintained by the OpenTracing and OpenCensus projects).
- [Coretex](https://cortexmetrics.io/) - Provides horizontally scalable, highly available, multi-tenant, long term storage for Prometheus.
- [Jaeger](https://www.jaegertracing.io/) - Distributed tracing platform backend used for monitoring and troubleshooting microservices-based distributed systems.
- [OpenTelemetry](https://opentelemetry.io/) - Observability framework for cloud-native software, comprising a collection of tools, APIs, and SDKs for exporting application performance metrics to a tracing backend (formerly maintained by the OpenTracing and OpenCensus projects).
- [Prometheus](https://prometheus.io/) - Open-source systems monitoring and alerting toolkit originally built at SoundCloud.
- [Zipkin](https://zipkin.io/) - Distributed tracing system backend that helps gather timing data needed to troubleshoot latency problems in service architectures.
### Kubernetes