Skip to content

Commit de094da

Browse files
fixes
1 parent 0057e6d commit de094da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sre-agent/incident-management-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ The following table provides a comprehensive list of all tools available to Azur
188188
| GetIncidentRepairItems | Get repair items associated with an ICM incident |
189189
| 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. |
190190
| 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. |
192192
| 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. |
194194
| GetK4appsHelmChartUpgradeTimes | Get the times for k4apps helm chart upgrades |
195195
| 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 |
196196
| 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

Comments
 (0)