Protocol Buffers Parsing and Performance in Python

Recently we extended the Datadog Agent to support extracting additional metrics from Kubernetes using the kube-state-metrics via protobufs. In this post we will dive into our experiences with python and protobufs, as well as share some performance data. W… Read more

Similar