Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 292 for albers (0.21 sec)

  1. docs/metrics/prometheus/alerts.md

    ```yaml
    groups:
    - name: example
      rules:
      - alert: MinIOClusterTolerance
        expr: minio_cluster_health_erasure_set_status < 1
        for: 5m
        labels:
          severity: critical
        annotations:
          summary: "Instance {{ $labels.server }} has lost quorum on pool {{ $labels.pool }} on set {{ $labels.set }}"
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Sun Jan 28 20:53:59 GMT 2024
    - 4.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: ID */
        public static final String LABELS_ID = "{labels.id}";
    
        /** The key of the message: Included Paths For Crawling */
        public static final String LABELS_INCLUDED_PATHS = "{labels.includedPaths}";
    
        /** The key of the message: Included URLs For Crawling */
        public static final String LABELS_INCLUDED_URLS = "{labels.includedUrls}";
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  3. .cm/misc_labels.cm

      docs_only:
        if:
          - {{ ('misc_labels' | isEnabledAutomation(pr)) }}
          - {{ is.docs }}
        run:
          - action: add-label@v1
            args:
              label: 'a:documentation'
    
      # Add the a:chore label and auto-approve formatting-only changes
      formatting_only:
        if:
          - {{ ('misc_labels' | isEnabledAutomation(pr)) }}
          - {{ is.formatting }}
        run:
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 3K bytes
    - Viewed (0)
  4. .cm/platform_labels.cm

      - commit
      - comment_added
    
    automations:
    
      # Label changes by affected platforms (in blue)
      {% for platform in platforms %}
      platform_label_{{ platform.name }}:
        if:
          - {{ ('platform_labels' | isEnabledAutomation(pr)) }}
          - {{ files | byPlatform | categorize(branch.diff.files_metadata) | readField(platform.name, 'files') | nullToEmpty | some }}
        run:
          - action: add-label@v1
            args:
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Mon Apr 22 15:32:31 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/upgrade/admin_upgrade.jsp

    						<div class="col-sm-6">
    							<h1>
    								<la:message key="labels.upgrade_title_configuration" />
    							</h1>
    						</div>
    					</div>
    				</div>
    			</div>
    			<section class="content">
    				<la:form action="/admin/upgrade/">
    					<%-- Message: BEGIN --%>
    					<div class="col-md-12">
    						<la:info id="msg" message="true">
    							<div class="alert alert-info">${msg}</div>
    						</la:info>
    						<la:errors />
    					</div>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                      of a service.
                    items:
                      properties:
                        labels:
                          additionalProperties:
                            type: string
                          description: Labels apply a filter over the endpoints of a service
                            in the service registry.
                          type: object
                        name:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.properties

    labels.name=名前
    labels.numOfThread=スレッドの数
    labels.duplicateHostName=重複名
    labels.pageNumber=ページ番号
    labels.password=パスワード
    labels.paths=パス
    labels.port=ポート
    labels.regex=正規表現
    labels.regularName=正規名
    labels.replacement=置換
    labels.sessionId=セッションID
    labels.sortOrder=表示順序
    labels.updatedBy=更新者
    labels.updatedTime=更新時間
    labels.urls=URL
    labels.userAgent=ユーザーエージェント
    labels.username=ユーザー名
    labels.value=値
    labels.versionNo=バージョン番号
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      of a service.
                    items:
                      properties:
                        labels:
                          additionalProperties:
                            type: string
                          description: Labels apply a filter over the endpoints of a service
                            in the service registry.
                          type: object
                        name:
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 18:46:49 GMT 2024
    - 570.3K bytes
    - Viewed (0)
  9. cmd/metrics-resource.go

    				updateResourceMetrics(memSubsystem, memFree, float64(stats.Free), labels, false)
    				updateResourceMetrics(memSubsystem, memShared, float64(stats.Shared), labels, false)
    				updateResourceMetrics(memSubsystem, memBuffers, float64(stats.Buffers), labels, false)
    				updateResourceMetrics(memSubsystem, memAvailable, float64(stats.Available), labels, false)
    				updateResourceMetrics(memSubsystem, memCache, float64(stats.Cache), labels, false)
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Wed Apr 17 05:10:25 GMT 2024
    - 17.3K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ru.properties

    labels.loginLink=Ссылка для входа
    labels.threadName=Имя цепочки
    labels.url=URL
    labels.userFavorite=Журнал избранного
    labels.userInfo=Информация о пользователе
    labels.webApiJson=JSON ответ
    labels.webConfigName=Имя Web конфига
    labels.allLanguages=Все языки
    labels.dictId=ID словаря
    labels.docId=ID документа
    labels.endTime=Время завершения
    labels.hq=hq
    labels.inputs=Источник
    labels.jobLogging=Журналирование
    labels.jobName=Имя
    labels.jobStatus=Статус
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top