context
Fea60d39 Dcf2 4465 Badd Bf18e9a122ea
ctx:claims/beam/fea60d39-dcf2-4465-badd-bf18e9a122eaNo external document is attached to this context. (Many contexts are pure organisational labels.)
Facts in this context
Grouped by subject. Each subject links to its full article.
Check Thresholds Function15 factsex:check-thresholds-function
| accepts | Sprint Completion Rate |
| calls | logging-info |
| calls | logging-warning |
| controlFlow | if-elif-else |
| definedIn | Python Code Snippet |
| elseClause | completion_rate-greater-equal-critical |
| firstCondition | completion_rate-less-than-warning |
| hasParameter | completion_rate |
| implements | Warning Condition |
| implements | Critical Condition |
| purpose | check-alert-thresholds |
| rdfs:label | check_thresholds |
| rdf:type | Function |
| secondCondition | completion_rate-less-than-critical |
| usesElseBranch | completion_rate-at-or-above-critical |
Python Code Snippet12 factsex:python-code-snippet
| assumesExistenceOf | Sprint Completion Rate Calculation Function |
| contains | Check Thresholds Function |
| contains | Logging Setup |
| contains | Thresholds Dictionary |
| demonstrates | alert-threshold-setup |
| demonstrates | threshold-checking |
| demonstratesImplementationOf | Threshold Definitions |
| programmingLanguage | python |
| rdfs:label | Python Code Snippet |
| rdf:type | Code Example |
| requires | Sprint Completion Rate |
| usesComparisonOperator | less-than |
Critical Alert8 factsex:critical-alert
| comparesAgainst | Critical Threshold |
| inverseOf | Critical Threshold |
| rdfs:label | Critical Alert |
| rdf:type | Alert Condition |
| triggerCondition | sprint-completion-below-critical |
| triggeredBy | completion_rate-not-reaching-83 |
| triggeredByCondition | Critical Condition |
| triggeredWhen | sprint-completion-rate-does-not-reach-83-percent |
Jira8 factsex:jira
| contextFor | alert-thresholds |
| hasAlertConfiguration | Warning Threshold |
| hasAlertConfiguration | Critical Threshold |
| hasTaskCount | 22 |
| rdfs:label | Jira |
| rdf:type | Task Management System |
| taskQuantity | 22 |
| taskType | sprint-tasks |
Source Document8 factsex:source-document
| containsSection | threshold-definition |
| containsSection | python-code-example |
| describesConfigurationFor | Jira |
| hasMarkdownHeading | threshold-definitions |
| hasMarkdownHeading | python-code-snippet |
| providesImplementationGuidance | Alert Thresholds |
| rdfs:label | Jira Alert Thresholds Documentation |
| rdf:type | Technical Documentation |
Thresholds Dictionary8 factsex:thresholds-dictionary
| containsKey | warning |
| containsKey | critical |
| dataStructureType | dictionary |
| definedIn | Python Code Snippet |
| hasValueForKey | 83 |
| hasValueForKey | 75 |
| rdfs:label | thresholds |
| rdf:type | Data Structure |
Warning Alert8 factsex:warning-alert
| comparesAgainst | Warning Threshold |
| inverseOf | Warning Threshold |
| rdfs:label | Warning Alert |
| rdf:type | Alert Condition |
| triggerCondition | sprint-completion-below-warning |
| triggeredBy | completion_rate-falling-below-75 |
| triggeredByCondition | Warning Condition |
| triggeredWhen | sprint-completion-rate-falls-below-75-percent |
Warning Log Message7 factsex:warning-log-message
| generatedBy | Check Thresholds Function |
| includesVariable | thresholds-warning-value |
| includesVariable | completion_rate |
| logLevel | WARNING |
| messageFormat | Warning alert: Sprint completion rate {completion_rate}% is below the warning threshold of {thresholds['warning']}%. |
| rdfs:label | Warning alert log message |
| rdf:type | Log Message |
Critical Threshold6 factsex:critical-threshold
| hasPercentageValue | 83 |
| hasUnit | percent |
| numericValue | 83 |
| rdfs:label | Critical Threshold |
| rdf:type | Alert Threshold |
| relatedToAlert | Critical Alert |
Warning Threshold6 factsex:warning-threshold
| hasPercentageValue | 75 |
| hasUnit | percent |
| numericValue | 75 |
| rdfs:label | Warning Threshold |
| rdf:type | Alert Threshold |
| relatedToAlert | Warning Alert |
Info Log Message5 factsex:info-log-message
| generatedBy | Check Thresholds Function |
| includesVariable | completion_rate |
| logLevel | INFO |
| rdfs:label | Sprint completion rate info message |
| rdf:type | Log Message |
Logging Setup5 factsex:logging-setup
| configuredLevel | INFO |
| definedIn | Python Code Snippet |
| hasFormat | %(asctime)s - %(levelname)s - %(message)s |
| rdfs:label | logging.basicConfig |
| rdf:type | Code Statement |
Sprint Completion Rate5 factsex:sprint-completion-rate
| comparedWith | Critical Threshold |
| comparedWith | Warning Threshold |
| measuredIn | percent |
| rdfs:label | Sprint Completion Rate |
| rdf:type | Metric |
Logging Import3 factsex:logging-import
| importedModule | logging |
| rdfs:label | import logging |
| rdf:type | Code Statement |
Critical Condition2 factsex:critical-condition
| rdfs:label | Sprint completion rate does not reach 83% |
| rdf:type | Alert Trigger Condition |
Warning Condition2 factsex:warning-condition
| rdfs:label | Sprint completion rate falls below 75% |
| rdf:type | Alert Trigger Condition |
Threshold Definition1 factex:threshold-definition
| precedes | python-code-example |
Threshold Definitions1 factex:threshold-definitions
| precedes | python-code-snippet |