Skip to content

Tags: CortexIntelligentAutomation/observability

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V2024.5

* Updated Grafana, Loki and Promtail components to use latest versions
* Fixed column width issues in Flow Executions dashboard

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V2024.3 (#16)

* Fixed queries using unscoped json parser
* Modified dashboards and Promtail config to reflect log file changes

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated Grafana Flow Execution Requests dashboard and Promtail config…

… to support async executions. (#12)

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Corrected incorrect indentation in Promtail config

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug/observability error handling fixes (#9)

* Updated Promtail config to correctly set status of errors
* Corrected sorting for the Result filter and Errors axis naming in the Flow Execution Requests dashboard

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/api naming update (#8)

Updated controller name and API method name for flow executions

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove Cortex from API Gateway Service logs path (#7)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.