33#ifndef API_MIP_DIAGNOSTIC_CONFIGURATION_H_
34#define API_MIP_DIAGNOSTIC_CONFIGURATION_H_
A file containing the AuditDelegate class to be used to override MIP audit.
Cloud
Azure cloud identifier.
Definition common_types.h:728
DataBoundary
Diagnostic region identifier.
Definition common_types.h:745
Contains HttpDelegate interface definition used to override MIP HTTP stack.
Custom diagnostic configurations (not commonly used)
Definition diagnostic_configuration.h:52
DataBoundary dataBoundary
Definition diagnostic_configuration.h:71
std::map< std::string, std::vector< std::string > > maskedProperties
Definition diagnostic_configuration.h:67
int maxTeardownTimeSec
Definition diagnostic_configuration.h:73
bool isAuditPriorityEnhanced
Definition diagnostic_configuration.h:72
std::string libraryNameOverride
Definition diagnostic_configuration.h:54
std::shared_ptr< TelemetryDelegate > telemetryPipelineDelegateOverride
Definition diagnostic_configuration.h:69
bool isLocalCachingEnabled
Definition diagnostic_configuration.h:60
std::shared_ptr< AuditDelegate > auditPipelineDelegateOverride
Definition diagnostic_configuration.h:68
std::string hostNameOverride
Definition diagnostic_configuration.h:53
bool isMaxTeardownTimeEnabled
Definition diagnostic_configuration.h:74
bool isMinimalTelemetryEnabled
Definition diagnostic_configuration.h:64
bool isNetworkDetectionEnabled
Definition diagnostic_configuration.h:59
Cloud cloud
Definition diagnostic_configuration.h:70
std::shared_ptr< HttpDelegate > httpDelegateOverride
Definition diagnostic_configuration.h:55
bool isTraceLoggingEnabled
Definition diagnostic_configuration.h:63
std::map< std::string, std::string > customSettings
Definition diagnostic_configuration.h:66
bool isFastShutdownEnabled
Definition diagnostic_configuration.h:65
std::shared_ptr< TaskDispatcherDelegate > taskDispatcherDelegateOverride
Definition diagnostic_configuration.h:58
Configuration to use when default logging is enabled. This is set only once per process and any later...
Definition diagnostic_configuration.h:80
int maxLogFileCount
Definition diagnostic_configuration.h:82
int maxLogFileSizeMb
Definition diagnostic_configuration.h:81
bool isPiiAllowed
Definition diagnostic_configuration.h:83
A file containing the TaskDispatcherDelegate interface to be used to override MIP async task executor...
A file containing the TelemetryDelegate class to be used to override MIP telemetry.