You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cardinality
About this tag
The cardinality tag on WindowsForum.com covers discussions about unbounded metric label cardinality as a denial-of-service vector in observability tools. Threads detail vulnerabilities like CVE-2023-45142 in OpenTelemetry-Go Contrib and CVE-2022-21698 in Prometheus promhttp, where unvalidated HTTP inputs create excessive label values, leading to memory exhaustion. These topics are relevant to IT professionals managing Go-based instrumentation and monitoring stacks, highlighting the need for input validation and cardinality limits to prevent resource exhaustion. The tag focuses on security fixes and best practices for controlling metric cardinality in enterprise observability systems.
OpenTelemetry‑Go Contrib’s HTTP instrumentation contains a subtle but serious denial‑of‑service vector: unbounded cardinality in HTTP labels allows an attacker to exhaust memory through repeated requests that introduce ever‑new label values, a flaw tracked as CVE‑2023‑45142 and fixed in the...
The promhttp vulnerability tracked as CVE-2022-21698 exposed a surprising — yet instructive — weakness at the intersection of observability and availability: by allowing unbounded metric label values to be created from unvalidated HTTP methods, the Prometheus Go client library (client_golang)...