You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sre-agent/incident-management-tools.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,9 +188,9 @@ The following table provides a comprehensive list of all tools available to Azur
188
188
| GetIncidentRepairItems | Get repair items associated with an ICM incident |
189
189
| GetInputPressureOnLogProcessor | Get Input Pressure on Log Processor for the managed Kubernetes cluster, segmented by node or VMSS over a specified time range. <br><br> <br><br> What this metric measures: The query calculates the total records input to log-processor. <br><br> <br><br> When it is applicable: Anomaly in this indicates high resource pressure on the log-processor. |
190
190
| GetIssueInvestigationTimeRangeRCAContainerApp | Calculates the effective time range for issue investigation based on the available input parameters. <br><br> At least one of the following must be provided: issueFirstOccurrence, issueLastOccurrence, or reportedIssueObservedOnTime. <br><br> **Important:** <br><br> - Do NOT use this function if none of the input parameters are available. |
191
-
| GetJobDefinition | Retrieve the Container Apps job definition (spec) for a given Container App Job <br><br>Projects: <br><br> - Timestamp: Timestamp of the job definition. More than 1 row indicates change in job defintion(spec). <br><br> - Configuration: Configuration details for the job, like trigger type, retries, job deadlines, completion times <br><br> parallelism for the job, container registry, assigned identity etc.details. <br><br> - Template: Job template containing job containers details, cpu, memory resource details. <br><br> - Labels: Labels for the job. It has the managed environment name and workload profile name for the job. <br><br> - Status: Status of the container app Job. It has jobRunningState and jobProvisioningState. <br><br> Possible values are for jobRunningState: Running, Suspended. <br><br> Possible values for jobProvisioningState: Provisioned, Failed. |
191
+
| GetJobDefinition | Retrieve the Container Apps job definition (spec) for a given Container App Job <br><br>Projects: <br><br> - Timestamp: Timestamp of the job definition. More than 1 row indicates change in job defintion(spec). <br><br> - Configuration: Configuration details for the job, like trigger type, retries, job deadlines, completion times <br><br> parallelism for the job, container registry, assigned identity details. <br><br> - Template: Job template containing job containers details, cpu, memory resource details. <br><br> - Labels: Labels for the job. It has the managed environment name and workload profile name for the job. <br><br> - Status: Status of the container app Job. It has jobRunningState and jobProvisioningState. <br><br> Possible values are for jobRunningState: Running, Suspended. <br><br> Possible values for jobProvisioningState: Provisioned, Failed. |
192
192
| GetJobExecutionEvents | Get full lifecycle events for a specific Container App Job execution from EventProcessorEvents. <br><br>Projects: <br><br> - PreciseTimeStamp: Precise timestamp of the event. <br><br> - msg: Log message of the event. <br><br> - Reason: Reason for the event. <br><br> - Count: Count of the event. <br><br> - Type: Type of the event, ex: Warning, Normal, Error etc. |
193
-
| GetJobExecutionFinalStatus | Get the job executions final status for a Container App Job. It contains detailed status of the given <br><br>job execution, whether succeeded or failed, if failed, failure reason and message details in JobExecutionStatusDetails column. <br><br>Projects: <br><br> - PreciseTimeStamp: Precise timestamp of the event. <br><br> - JobExecutionName: Name of the job execution. <br><br> - JobExecutionStatus: Status of the job execution, ex: Succeeded, Failed. <br><br> - JobExecutionStatusDetails: Detailed status of the job execution, if failed, it has reason for failure, message etc.useful details. |
193
+
| GetJobExecutionFinalStatus | Get the job executions final status for a Container App Job. It contains detailed status of the given <br><br>job execution, whether succeeded or failed, if failed, failure reason and message details in JobExecutionStatusDetails column. <br><br>Projects: <br><br> - PreciseTimeStamp: Precise timestamp of the event. <br><br> - JobExecutionName: Name of the job execution. <br><br> - JobExecutionStatus: Status of the job execution, ex: Succeeded, Failed. <br><br> - JobExecutionStatusDetails: Detailed status of the job execution, if failed, it has reason for failure, message etc.useful details. |
194
194
| GetK4appsHelmChartUpgradeTimes | Get the times for k4apps helm chart upgrades |
195
195
| GetKedaEventsForJobScaledJobs | Retrieve KEDA events for job scaled jobs. <br><br>Projects: <br><br> - Timestamp: Event timestamp <br><br> - Level: Log level <br><br> - Logger: KEDA component logger <br><br> - Message: KEDA event message <br><br> - ScalerType: Type of scaler used <br><br> - JobName: Associated job name |
196
196
| GetKnowledgeGraphResourceUsageDashboard | Returns a general dashboard provided as daily reports for Resource Counts recorded in the knowledge graph. This function is useful when you need to: 1) Need to provide a URL to the daily dashboard 2) Provide a very generic dashboard for the knowledge graph overview at a very high level.3) When asked Have you created a dashboard? |
0 commit comments