Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added agentless automated analysis task #11988

Merged
merged 14 commits into from
Jun 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"loc.friendlyName": "Azure Monitor-Warnungen abfragen",
"loc.helpMarkDown": "[Weitere Informationen](https://go.microsoft.com/fwlink/?linkid=870240)",
"loc.description": "Hiermit werden die konfigurierten Azure Monitor-Regeln auf aktive Warnungen überwacht.",
"loc.instanceNameFormat": "Azure Monitor-Warnungen abfragen",
"loc.releaseNotes": "Neuigkeiten in Version 1.0:<br/>&nbsp;Unterstützung zur Abfrage von einheitlichen Azure Monitor-Warnungen hinzugefügt.",
"loc.group.displayName.advanced": "Erweitert",
"loc.input.label.connectedServiceNameARM": "Azure-Abonnement",
"loc.input.help.connectedServiceNameARM": "Wählen Sie ein Azure Resource Manager-Abonnement für die Überwachung aus.",
"loc.input.label.ResourceGroupName": "Ressourcengruppe",
"loc.input.help.ResourceGroupName": "Geben Sie den Namen einer Ressourcengruppe für die Überwachung an.",
"loc.input.label.filterType": "Filtertyp",
"loc.input.help.filterType": "Filtern Sie nach einer bestimmten Ressource oder Warnungsregel. Der Standardwert lautet \"Keine\".",
"loc.input.label.resource": "Ressource",
"loc.input.help.resource": "Wählen Sie die Azure-Ressource für die Überwachung aus.",
"loc.input.label.alertRule": "Warnungsregel",
"loc.input.help.alertRule": "Filtern Sie nach einer bestimmten Warnungsregel. Standardmäßig werden alle Regeln ausgewählt.",
"loc.input.label.severity": "Schweregrad",
"loc.input.help.severity": "Filtern Sie nach Schweregrad. Standardmäßig sind alle Schweregrade ausgewählt.",
"loc.input.label.timeRange": "Zeitraum",
"loc.input.help.timeRange": "Filtern Sie nach Zeitbereich. Der Standardwert lautet \"1 Stunde\".",
"loc.input.label.alertState": "Warnungszustand",
"loc.input.help.alertState": "Filtern Sie nach dem Status der Warnungsinstanz. Standardmäßig werden alle Instanzen ausgewählt.",
"loc.input.label.monitorCondition": "Monitorzustand",
"loc.input.help.monitorCondition": "Die Monitorbedingung gibt an, ob die zugrunde liegenden Bedingungen die definierten Schwellenwerte für Warnungsregeln überschritten haben."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"loc.friendlyName": "Automated Analysis",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870240)",
"loc.description": "Do a automated analysis of your appication metrics ",
"loc.instanceNameFormat": "Automated Analysis",
"loc.releaseNotes": "Initial release of Automated Canary Analysis",
"loc.group.displayName.providerInputs": "Provider inputs",
"loc.group.displayName.metricInputs": "Metric inputs",
"loc.group.displayName.orchestrationInputs": "Orchestration inputs",
"loc.group.displayName.preprocessingInputs": "Preprocessing inputs",
"loc.group.displayName.classificationInputs": "Classification inputs",
"loc.group.displayName.scoringInputs": "Scoring inputs",
"loc.input.label.connectedServiceNameARM": "Azure subscription",
"loc.input.help.connectedServiceNameARM": "Select an Azure Resource Manager subscription",
"loc.input.label.ResourceGroupName": "Resource group",
"loc.input.help.ResourceGroupName": "Provide the name of a resource group",
"loc.input.label.containerGroupName": "Container group name",
"loc.input.help.containerGroupName": "Name of the container group to run the analysis module. Specified container group will be created if it does not exist.",
"loc.input.label.location": "Container group location",
"loc.input.help.location": "Location of the container group. Container group will be created in specified location if it does not exist.",
"loc.input.label.logLevel": "Log level",
"loc.input.help.logLevel": "Verbosity of the analysis logs.",
"loc.input.label.provider": "Provider",
"loc.input.help.provider": "Metric provider to query metrics",
"loc.input.label.endpointUrl": "Endpoint url",
"loc.input.help.endpointUrl": "Provide endpoint url to query the metrics",
"loc.input.label.apiKey": "Api key",
"loc.input.label.appKey": "App key",
"loc.input.label.headers": "Headers",
"loc.input.help.headers": "Additional headers in the format headername:headervalue etc. Multiple headers are separated by newlines",
"loc.input.label.expressionTemplates": "Expression templates",
"loc.input.help.expressionTemplates": "Multiline input where each line contains an expression used to query for metrics on the service of concern. $label and $value can be injected into the templates to identify the pivot label. Eg: sum(rate(requests_total{custom_status=\"good\", $label=~\"$value\" }[1m])) ",
"loc.input.label.templateSubstitutions": "Template substitutions",
"loc.input.help.templateSubstitutions": "Multiline input where each line contains 3 tokens – <labelName> <baselineValue> <canaryValue> corresponding to the line of same index in the expressionTemplates input.",
"loc.input.label.areMetricsCritical": "Metric criticality",
"loc.input.help.areMetricsCritical": "Multiline input where each line contains one of the two values – True/False. If true, a non-Pass classification for the metric will result in failure of the entire task. If false, a non-Pass classification would affect the score, but will not result in failure of the task. If input is left unspecified, default is assumed to be false for all metrics",
"loc.input.label.mustHaveData": "Data requirement",
"loc.input.help.mustHaveData": "Multiline input where each line contains one of the two values – True/False. If true, a noData classification for the metric will result in failure of the entire task. If false, a noData classification would affect the score, but will not result in failure of the task. If input is left unspecified, default is assumed to be false for all metrics",
"loc.input.label.analysisType": "Analysis type",
"loc.input.help.analysisType": "If realtime, analysis is performed over a time duration beginning at the moment of execution. If range, analysis is performed over an explicitly specified time interval in the past",
"loc.input.label.windowType": "Window type",
"loc.input.help.windowType": "If growing, metrics during the entire lifetime is considered for evaluation. If sliding, metrics during the most recent interval used for evaluation.",
"loc.input.label.delay": "Delay",
"loc.input.help.delay": "Time (provide unit of time (s, m, h)) to wait before commencing collection and analysis of metrics",
"loc.input.label.lifetime": "Lifetime",
"loc.input.help.lifetime": "Time (provide unit of time (s, m, h))) spanning the entire duration of the canary analysis",
"loc.input.label.analysisBeginTime": "Analysis begin time",
"loc.input.help.analysisBeginTime": "Start time to collect the metrics. Provide timestamp in yyyy-mm-ddThh:mm:ssZ format (UTC time)",
"loc.input.label.analysisEndTime": "Analysis end time",
"loc.input.help.analysisEndTime": "Time to stop the metric collection. Provide timestamp in yyyy-mm-ddThh:mm:ssZ format (UTC time)",
"loc.input.label.interval": "Interval",
"loc.input.help.interval": "Single canary analysis task’s lifetime is composed of multiple loops of metrics collection and evaluation – each happening over a time window as specified under the interval input (provide unit of time (s, m, h)).",
"loc.input.label.step": "Step",
"loc.input.label.preprocessor": "Preprocessor",
"loc.input.label.nanStrategy": "NaN strategy",
"loc.input.help.nanStrategy": "Multiline input where each line contains one of the two values – remove/replaceWithZeroes. This input specifies how NaN values are to be handled for each metric. Default: Remove",
"loc.input.label.classifier": "Classifier",
"loc.input.label.metricGroups": "Metric groups",
"loc.input.help.metricGroups": "Multiline input where each line contains a number corresponding to the line of same index in the expressionTemplates input. Group numbering starts from 1,2,3… If this input is left unspecified, all metrics are clubbed in a single group (Group 1)",
"loc.input.label.groupWeights": "Group weights",
"loc.input.help.groupWeights": "Multiline input where each line denotes a weight to be used for each unique group specified(1,2,3..) while computing the final score. 0 < groupWeighti <= 1. Sum of all groupWeights should be equal to 1. If this input is left unspecified, all groups are given equal weights",
"loc.input.label.direction": "Direction",
"loc.input.help.direction": "Multiline input where each line contains one of the three values – increase/decrease/either. The metric is failed (non-Pass classification of High or Low) if there is a statistical difference found between the canary and baseline metrics in the direction specified by the user",
"loc.input.label.confidenceLevel": "Confidence level",
"loc.input.help.confidenceLevel": "If unspecified, default value is 0.95",
"loc.input.label.allowedIncrease": "Allowed increase",
"loc.input.label.allowedDecrease": "Allowed decrease",
"loc.input.label.criticalIncrease": "Critical increase",
"loc.input.label.criticalDecrease": "criticalDecrease",
"loc.input.label.marginalThreshold": "Marginal threshold",
"loc.input.help.marginalThreshold": "If the windowScore is below the marginalThreshold specified by the user, the task is failed right away (remaining windows in the lifetime of task need not be evaluated). Else, the procedure of metrics collection, validation, cleaning, classification and scoring are repeated for the next window. Default: 0.5",
"loc.input.label.passThreshold": "Pass threshold",
"loc.input.help.passThreshold": "Once the final window has been analysed and scored, the score is compared with the passThreshold specified by the user. If the score is greater than passThreshold, the task is marked successful. Else, the task is marked as failure. Default: 0.95"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"loc.friendlyName": "Consultar las alertas de Azure Monitor",
"loc.helpMarkDown": "[Más información](https://go.microsoft.com/fwlink/?linkid=870240)",
"loc.description": "Sigue las reglas de Azure Monitor configuradas para las alertas activas.",
"loc.instanceNameFormat": "Consultar las alertas de Azure Monitor",
"loc.releaseNotes": "Novedades de la versión 1.0:<br/>&nbsp;Se ha agregado compatibilidad con las alertas de Azure Monitor unificadas para las consultas.",
"loc.group.displayName.advanced": "Avanzado",
"loc.input.label.connectedServiceNameARM": "Suscripción de Azure",
"loc.input.help.connectedServiceNameARM": "Seleccione una suscripción de Azure Resource Manager para supervisarla.",
"loc.input.label.ResourceGroupName": "Grupo de recursos",
"loc.input.help.ResourceGroupName": "Proporcione el nombre de un grupo de recursos que se va a supervisar.",
"loc.input.label.filterType": "Tipo de filtro",
"loc.input.help.filterType": "Filtrar por recurso o regla de alerta específicos. El valor predeterminado es Ninguno.",
"loc.input.label.resource": "Recurso",
"loc.input.help.resource": "Seleccione el recurso de Azure que se va a supervisar.",
"loc.input.label.alertRule": "Regla de alertas",
"loc.input.help.alertRule": "Filtrar por regla de alerta específica. El valor predeterminado consiste en seleccionar todo.",
"loc.input.label.severity": "Gravedad",
"loc.input.help.severity": "Filtrar por gravedad. El valor predeterminado consiste en seleccionar todo.",
"loc.input.label.timeRange": "Intervalo de tiempo",
"loc.input.help.timeRange": "Filtrar por intervalo de tiempo. El valor predeterminado es 1 hora.",
"loc.input.label.alertState": "Estado de alerta",
"loc.input.help.alertState": "Filtrar por estado de la instancia de alerta. El valor predeterminado consiste en seleccionar todo.",
"loc.input.label.monitorCondition": "Condición de supervisión",
"loc.input.help.monitorCondition": "La condición de supervisión representa si las condiciones subyacentes han traspasado los umbrales de las reglas de alerta que se han definido."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"loc.friendlyName": "Interroger les alertes Azure Monitor",
"loc.helpMarkDown": "[Plus d'informations](https://go.microsoft.com/fwlink/?linkid=870240)",
"loc.description": "Examiner les règles Azure Monitor configurées pour les alertes actives",
"loc.instanceNameFormat": "Interroger les alertes Azure Monitor",
"loc.releaseNotes": "Nouveautés de la version 1.0 :<br/>&nbsp;Ajout de la prise en charge de l'interrogation unifiée des alertes Azure Monitor.",
"loc.group.displayName.advanced": "Avancé",
"loc.input.label.connectedServiceNameARM": "Abonnement Azure",
"loc.input.help.connectedServiceNameARM": "Sélectionnez un abonnement Azure Resource Manager à surveiller.",
"loc.input.label.ResourceGroupName": "Groupe de ressources",
"loc.input.help.ResourceGroupName": "Indiquez le nom d'un groupe de ressources à surveiller.",
"loc.input.label.filterType": "Type de filtre",
"loc.input.help.filterType": "Effectuez un filtrage en fonction d'une règle de ressource ou d'alerte spécifique. La valeur par défaut est Aucun.",
"loc.input.label.resource": "Ressource",
"loc.input.help.resource": "Sélectionnez la ressource Azure à superviser.",
"loc.input.label.alertRule": "Règle d'alerte",
"loc.input.help.alertRule": "Effectuez un filtrage en fonction d'une règle d'alerte spécifique. La valeur par défaut consiste à tout sélectionner.",
"loc.input.label.severity": "Gravité ",
"loc.input.help.severity": "Effectuez un filtrage en fonction de la gravité. La valeur par défaut consiste à tout sélectionner.",
"loc.input.label.timeRange": "Intervalle de temps",
"loc.input.help.timeRange": "Effectuez un filtrage en fonction de l'intervalle de temps. La valeur par défaut est 1 heure.",
"loc.input.label.alertState": "État de l’alerte",
"loc.input.help.alertState": "Effectuez un filtrage en fonction de l'état de l'instance d'alerte. La valeur par défaut consiste à tout sélectionner.",
"loc.input.label.monitorCondition": "Condition de l’analyse",
"loc.input.help.monitorCondition": "La condition de supervision indique si les conditions sous-jacentes ont franchi les seuils de règle d'alerte définis."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"loc.friendlyName": "Esegui query su avvisi di Monitoraggio di Azure",
"loc.helpMarkDown": "[Altre informazioni](https://go.microsoft.com/fwlink/?linkid=870240)",
"loc.description": "Consente di osservare le regole di Monitoraggio di Azure configurate per gli avvisi attivi",
"loc.instanceNameFormat": "Esegui query su avvisi di Monitoraggio di Azure",
"loc.releaseNotes": "Novità della versione 1.0:<br/>&nbsp;È stato aggiunto il supporto per gli avvisi unificati di Monitoraggio di Azure per le query.",
"loc.group.displayName.advanced": "Avanzate",
"loc.input.label.connectedServiceNameARM": "Sottoscrizione di Azure",
"loc.input.help.connectedServiceNameARM": "Consente di selezionare una sottoscrizione di Azure Resource Manager di cui eseguire il monitoraggio.",
"loc.input.label.ResourceGroupName": "Gruppo di risorse",
"loc.input.help.ResourceGroupName": "Consente di specificare il nome di un gruppo di risorse di cui eseguire il monitoraggio.",
"loc.input.label.filterType": "Tipo filtro",
"loc.input.help.filterType": "Filtra in base a una risorsa o a una regola di avviso specifica. Il valore predefinito è Nessuna.",
"loc.input.label.resource": "Risorsa",
"loc.input.help.resource": "Selezionare la risorsa di Azure di cui eseguire il monitoraggio.",
"loc.input.label.alertRule": "Regola di avviso",
"loc.input.help.alertRule": "Filtra in base alla regola di avviso specifica. Il valore predefinito è Seleziona tutto.",
"loc.input.label.severity": "Gravità",
"loc.input.help.severity": "Filtra in base alla gravità. Il valore predefinito è Seleziona tutto.",
"loc.input.label.timeRange": "Intervallo di tempo",
"loc.input.help.timeRange": "Filtra in base all'intervallo di tempo. Il valore predefinito è 1 ora.",
"loc.input.label.alertState": "Stato avviso",
"loc.input.help.alertState": "Filtra in base allo stato dell'istanza dell'avviso. Il valore predefinito è Seleziona tutto.",
"loc.input.label.monitorCondition": "Condizione del monitoraggio",
"loc.input.help.monitorCondition": "La condizione di monitoraggio indica se le condizioni sottostanti hanno superato le soglie definite della regola di avviso."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"loc.friendlyName": "Azure Monitor アラートのクエリ",
"loc.helpMarkDown": "[詳細](https://go.microsoft.com/fwlink/?linkid=870240)",
"loc.description": "アクティブなアラートに関して構成済みの Azure Monitor ルールを確認します",
"loc.instanceNameFormat": "Azure Monitor アラートのクエリ",
"loc.releaseNotes": "バージョン 1.0 の新機能: <br/> &nbsp;クエリ統合 Azure モニターの警告のサポートを追加しました。",
"loc.group.displayName.advanced": "詳細設定",
"loc.input.label.connectedServiceNameARM": "Azure サブスクリプション",
"loc.input.help.connectedServiceNameARM": "監視対象の Azure Resource Manager サブスクリプションを選択します。",
"loc.input.label.ResourceGroupName": "リソース グループ",
"loc.input.help.ResourceGroupName": "監視対象のリソース グループの名前を指定します。",
"loc.input.label.filterType": "フィルターの種類",
"loc.input.help.filterType": "特定のリソースまたは警告ルールでフィルター処理します。既定値は [なし] です。",
"loc.input.label.resource": "リソース",
"loc.input.help.resource": "監視する Azure リソースを選択します。",
"loc.input.label.alertRule": "アラート ルール",
"loc.input.help.alertRule": "特定の警告ルールでフィルター処理します。既定値では、すべてを選択します。",
"loc.input.label.severity": "重要度",
"loc.input.help.severity": "重要度でフィルター処理します。既定値ではすべてを選択します。",
"loc.input.label.timeRange": "時間の範囲",
"loc.input.help.timeRange": "時間の範囲でフィルター処理します。既定値は 1 時間です。",
"loc.input.label.alertState": "アラートの状態",
"loc.input.help.alertState": "警告インスタンスの状態でフィルター処理します。既定値では、すべてを選択します。",
"loc.input.label.monitorCondition": "モニターの状態",
"loc.input.help.monitorCondition": "監視条件は、定義済みの警告ルールのしきい値を、基になる条件が超えているかどうかを表します。"
}
Loading