26#ifndef TELEMETRY_CONTROL_H_INCLUDED
27#define TELEMETRY_CONTROL_H_INCLUDED
36 bool logs_enabled,
const char *details);
39 bool logs_enabled,
const char *details);
Definition: option_usage.cc:40
const char * k_reason_startup
Definition: tm_control.cc:34
const char * k_reason_shutdown
Definition: tm_control.cc:36
void emit_control_log(bool traces_enabled, bool metrics_enabled, bool logs_enabled, const char *details)
Definition: tm_control.cc:74
void emit_control_span(bool traces_enabled, bool metrics_enabled, bool logs_enabled, const char *details)
Definition: tm_control.cc:54
const char * k_reason_configuration
Definition: tm_control.cc:35