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.
A file Containing the common types used by the upe, file and protection modules.
Cloud
Azure cloud identifier.
Definition common_types.h:752
DataBoundary
Diagnostic region identifier for non-sovereign clouds.
Definition common_types.h:769
Contains HttpDelegate interface definition used to override MIP HTTP stack.
Custom diagnostic configurations (not commonly used)
Definition diagnostic_configuration.h:53
DataBoundary dataBoundary
Definition diagnostic_configuration.h:72
std::map< std::string, std::vector< std::string > > maskedProperties
Definition diagnostic_configuration.h:68
int maxTeardownTimeSec
Definition diagnostic_configuration.h:74
bool isAuditPriorityEnhanced
Definition diagnostic_configuration.h:73
std::string libraryNameOverride
Definition diagnostic_configuration.h:55
std::shared_ptr< TelemetryDelegate > telemetryPipelineDelegateOverride
Definition diagnostic_configuration.h:70
bool isLocalCachingEnabled
Definition diagnostic_configuration.h:61
std::shared_ptr< AuditDelegate > auditPipelineDelegateOverride
Definition diagnostic_configuration.h:69
std::string hostNameOverride
Definition diagnostic_configuration.h:54
bool isMaxTeardownTimeEnabled
Definition diagnostic_configuration.h:75
bool isMinimalTelemetryEnabled
Definition diagnostic_configuration.h:65
bool isNetworkDetectionEnabled
Definition diagnostic_configuration.h:60
Cloud cloud
Definition diagnostic_configuration.h:71
std::shared_ptr< HttpDelegate > httpDelegateOverride
Definition diagnostic_configuration.h:56
bool isTraceLoggingEnabled
Definition diagnostic_configuration.h:64
std::map< std::string, std::string > customSettings
Definition diagnostic_configuration.h:67
bool isFastShutdownEnabled
Definition diagnostic_configuration.h:66
std::shared_ptr< TaskDispatcherDelegate > taskDispatcherDelegateOverride
Definition diagnostic_configuration.h:59
Configuration to use when default logging is enabled. This is set only once per process and any later...
Definition diagnostic_configuration.h:81
int maxLogFileCount
Definition diagnostic_configuration.h:83
int maxLogFileSizeMb
Definition diagnostic_configuration.h:82
bool isPiiAllowed
Definition diagnostic_configuration.h:84
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.