A comprehensive guide for migrating microservices from VM to AWS Lambda with cost optimization strategies.
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| start_label start_name rel_type end_label end_name | |
| Experiment 状态监测与健康评估功能试验 HAS_OBJECT Object 振动传感器 | |
| Experiment 状态监测与健康评估功能试验 HAS_OBJECT Object 温度传感器 | |
| Experiment 状态监测与健康评估功能试验 HAS_OBJECT Object 压力传感器 | |
| Experiment 状态监测与健康评估功能试验 HAS_OBJECT Object 电气参数传感器 | |
| Experiment 状态监测与健康评估功能试验 HAS_OBJECT Object 环境参数传感器 | |
| Experiment 状态监测与健康评估功能试验 HAS_SCENARIO Scenario 机舱 | |
| Scenario 机舱 CONTAINS_OBJECT Object 振动传感器 | |
| Scenario 机舱 CONTAINS_OBJECT Object 温度传感器 | |
| Scenario 机舱 CONTAINS_OBJECT Object 压力传感器 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 智能翻译插件 - 核心翻译器 | |
| """ | |
| import json | |
| import re | |
| import hashlib | |
| import logging | |
| from typing import Optional, Dict, Any, List | |
| logger = logging.getLogger(__name__) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <user>S-1-5-21-2953010979-2869801827-2973950435-1000</user> | |
| <keys> | |
| <key installerType="Msi" displayName="GGU-STABILITY 14.42.984" displayVersion="14.42.984"> | |
| <RegistryView>Registry32</RegistryView> | |
| <KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D4699AC6-2230-4CAA-A1EE-82FCA4F7E269}</KeyPath> | |
| <DefaultValue /> | |
| <InstallLocation><![CDATA[]]></InstallLocation> | |
| <UninstallString><![CDATA[MsiExec.exe /X{D4699AC6-2230-4CAA-A1EE-82FCA4F7E269}]]></UninstallString> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # reminders-cli - CLI para Apple Reminders via JXA | |
| # Uso: reminders-cli <comando> [argumentos] | |
| # | |
| # Quando chamado via SSH com command= restrito, os argumentos | |
| # vêm na variável SSH_ORIGINAL_COMMAND | |
| set -e | |
| # Cores para output (opcional) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # HELP traces_span_metrics_calls_total | |
| # TYPE traces_span_metrics_calls_total counter | |
| traces_span_metrics_calls_total{job="unknown_service:nginx",mcp_name="calculate_sum",mcp_status="error",otel_scope_name="spanmetricsconnector",otel_scope_schema_url="",otel_scope_version="",service_name="unknown_service:nginx",span_kind="SPAN_KIND_SERVER",span_name="/",status_code="STATUS_CODE_UNSET"} 0 | |
| traces_span_metrics_calls_total{job="unknown_service:nginx",mcp_name="calculate_sum",mcp_status="ok",otel_scope_name="spanmetricsconnector",otel_scope_schema_url="",otel_scope_version="",service_name="unknown_service:nginx",span_kind="SPAN_KIND_SERVER",span_name="/",status_code="STATUS_CODE_UNSET"} 0 | |
| traces_span_metrics_calls_total{job="unknown_service:nginx",mcp_name="get_forecast",mcp_status="error",otel_scope_name="spanmetricsconnector",otel_scope_schema_url="",otel_scope_version="",service_name="unknown_service:nginx",span_kind="SPAN_KIND_SERVER",span_name="/",status_code="STATUS_CODE_UNSET"} 0 | |
| traces_span_metrics_calls_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <files> | |
| <file path="C:\ProgramData\chocolatey\lib\lili.install\lili.install.nupkg" checksum="B73031030D4677171E9A79FD4A95769D" /> | |
| <file path="C:\ProgramData\chocolatey\lib\lili.install\lili.install.nuspec" checksum="2AD8126D5ACD26F61978153F69DB1EF4" /> | |
| <file path="C:\ProgramData\chocolatey\lib\lili.install\tools\chocolateyInstall.ps1" checksum="E62FFC3BF0B195C749CDFE6C9DBA6971" /> | |
| <file path="C:\ProgramData\chocolatey\lib\lili.install\tools\chocolateyUninstall.ps1" checksum="AC5AA89E34D8BB05ABC3612CF9B23710" /> | |
| </files> | |
| </fileSnapshot> |
"tools": [
{
"functionDeclarations": [
{
"name": "browser_subagent",
"description": "Start a browser subagent to perform actions in the browser with the given task description. The subagent has access to tools for both interacting with web page content (clicking, typing, navigating, etc) and controlling the browser window itself (resizing, etc). Please make sure to define a clear condition to return on. After the subagent returns, you should read the DOM or capture a screenshot to see what it did. Note: All browser interactions are automatically recorded and saved as WebP videos to the artifacts directory. This is the ONLY way you can record a browser session video/animation. IMPORTANT: if the subagent returns that the open_browser_url tool failed, there is a browser issue that is out of your control. You MUST ask the user how to proceed and use the suggested_responses tool.",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pipeline still running ... | |
| PipelineRun is still running: Tasks Completed: 46 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 7 | |
| [get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number | |
| [get-pr-number : parse-pr-url] + echo -n 7453 | |
| [get-pr-number : parse-pr-url] 7453 | |
| [acquire-lease : create-lease] + calculate_duration_in_seconds 90m | |
| [acquire-lease : create-lease] + '[' m == m ']' | |
| [acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400 | |
| [acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS |