logo

SIG Instrumentation Introduction and Deep Dive

2022-05-19

Authors:   Patrick Ohly, Damien Grisonnet


Summary

The presentation discusses the role of SIG Instrumentation in maintaining the logging and metrics infrastructure of Kubernetes and their initiatives to improve the quality of metrics and logging output.
  • SIG Instrumentation maintains the logging and metrics infrastructure of Kubernetes
  • They review issues and PRs related to metrics and Kubernetes
  • They are involved in features development and announcement related to observability
  • They maintain projects such as CubeSat Metrics, Metric Server, and Primitives Adapter
  • They are working on implementing structured logging to improve the quality of logging output
  • They are deprecating command line options in k-log related to log file handling
  • They aim to remove unnecessary code in Kubernetes
One of the initiatives discussed in the presentation is the implementation of structured logging in Kubernetes. This involves rewriting source code to replace unstructured log calls with a variant that takes key value pairs and produces output in an easy-to-parse format. The goal is to make the logging output more structured and easier to ingest in any kind of logging pipeline. This initiative required a lot of work and contributions from many people, but it is an important step towards improving the quality of logging output in Kubernetes.

Abstract

Kubernetes SIG Instrumentation is responsible for ensuring high quality and consistent instrumentation across the Kubernetes project. We will begin with an introductory overview of the efforts the SIG Instrumentation has worked on in the past and is currently working on. This deep dive session will go into detail about currently ongoing efforts happening within SIG Instrumentation to share with the audience concrete pieces of work to encourage future collaboration. Software engineering and operations are both disciplines practiced in SIG Instrumentation, and any experience will help the special interest group's mission. Join this session to learn how to get involved in SIG Instrumentation to make instrumentation even better!Click here to view captioning/translation in the MeetingPlay platform!

Materials:

Post a comment

Related work

Authors: Frederic Branczyk, Han Kang, Elana Hashman, David Ashpole
2021-10-13

Authors: Han Kang, David Ashpole, Damien Grisonnet
2022-10-28



Authors: Dawn Chen, Derek Carr, Elana Hashman, Sergey Kanzhelev
2021-10-15

Authors: Elana Hashman, Sergey Kanzhelev