Tags: CortexIntelligentAutomation/observability
Tags
Updated path to read all ServiceFabricHttpEventLogs within the Logs d… ( #6) * Updated path to read all ServiceFabricHttpEventLogs within the Logs directory recursively Updated the Promtail path to read log files recursively from the C:/ProgramData/Cortex/Cortex API Gateway Service/Logs/ directory matching the pattern of ServiceFabricHttpEventLog-20220110.json or ServiceFabricHttpEventLog-20220110_001.json * Updated comment with the link of doublestar glob pattern matching
Fixed Flow Execution Requests Dashboard so that Max Duration is calcu… ( #2) * Fixed Flow Execution Requests Dashboard so that Max Duration is calculated correctly and modified Errored Request Graph to display Mean Duration for Errored Requests only * Modified Flow Executions Dashboard to filter errors correctly using new RequestStatus label added in Promtail config instead of the regex search for the text "error" to avoid returning results that were not errors but contained the word error in the log file. Amended the Loki config file to increase the max GRPC msg sizes that can be sent and received to reduce the liklihood of errors when querying from Grafana.