Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 276 for Monitoring (0.45 sec)

  1. manifests/charts/istio-operator/values.yaml

      # revision for the operator resources
      revision: ""
    
      # The number of old ReplicaSets to retain in operator deployment
      deploymentHistory: 10
    
      # Operator resource defaults
      operator:
        monitoring:
          host: 127.0.0.1
          port: 15014
        resources:
          limits:
            cpu: 200m
            memory: 256Mi
          requests:
            cpu: 50m
            memory: 128Mi
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/input_lowering_metrics_pass.cc

    #include "tensorflow/core/lib/monitoring/counter.h"
    
    namespace tensorflow {
    namespace tf2xla {
    namespace internal {
    
    namespace {
    
    using mlir::Operation;
    using mlir::WalkResult;
    
    #define GEN_PASS_DEF_INPUTLOWERINGMETRICSPASS
    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/lowering_passes.h.inc"
    
    auto* dynamism_op_counter = tensorflow::monitoring::Counter<1>::New(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 08:55:35 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. helm/minio/templates/servicemonitor.yaml

          - {{ .Release.Namespace | quote }}
      selector:
        matchLabels:
          app: {{ include "minio.name" . }}
          release: {{ .Release.Name }}
          monitoring: "true"
    {{- end }}
    {{- if .Values.metrics.serviceMonitor.enabled }}
    ---
    apiVersion: monitoring.coreos.com/v1
    kind: Probe
    metadata:
      name: {{ template "minio.fullname" . }}-cluster
      {{- if .Values.metrics.serviceMonitor.namespace }}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 17 06:04:15 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/operator/output/operator-dump.yaml

          containers:
            - name: istio-operator
              image: foo.io/istio/operator:1.2.3
              command:
              - operator
              - server
              - --monitoring-host=127.0.0.1
              - --monitoring-port=15014
              securityContext:
                allowPrivilegeEscalation: false
                capabilities:
                  drop:
                  - ALL
                privileged: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/operator/output/operator-init.yaml

          containers:
            - name: istio-operator
              image: foo.io/istio/operator:1.2.3
              command:
              - operator
              - server
              - --monitoring-host=127.0.0.1
              - --monitoring-port=15014
              securityContext:
                allowPrivilegeEscalation: false
                capabilities:
                  drop:
                  - ALL
                privileged: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/integration/graph_decompose_pass.cc

    #include "tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h"
    #include "tensorflow/core/lib/monitoring/counter.h"
    #include "tsl/platform/statusor.h"
    
    namespace tensorflow {
    namespace {
    
    auto* tf_core_op_expansion_graph_counter =
        monitoring::Counter<0>::New("/tensorflow/core/op_expansion/graph_counter",
                                    "The number of graphs being op expanded.");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Feb 25 16:22:36 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  7. tensorflow/c/eager/c_api_experimental_reader.h

    #include "tensorflow/c/eager/c_api.h"
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    // Test only exports of the monitoring Cell Reader API which allows tests to
    // read current values from streamz counters defined in other modules.
    //
    // The code under test will have created streamz counters like this:
    // auto* streamz = tensorflow::monitoring::Counter<1>::New("name",
    // "description", "label");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 20 03:14:47 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.cc

    #include "tensorflow/core/framework/op.h"
    #include "tensorflow/core/framework/tensor_shape.h"
    #include "tensorflow/core/framework/versions.pb.h"
    #include "tensorflow/core/lib/monitoring/counter.h"
    #include "tensorflow/core/lib/monitoring/sampler.h"
    #include "tensorflow/core/platform/errors.h"
    #include "tensorflow/core/platform/profile_utils/cpu_utils.h"
    #include "tensorflow/core/platform/status.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 14K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/internal/inference/inference_metrics_pass.cc

    #include "mlir/Pass/Pass.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"
    #include "tensorflow/core/lib/monitoring/counter.h"
    
    namespace mlir {
    namespace tf2xla {
    namespace internal {
    
    auto* has_tpu_partitioned_call_streamz =
        tensorflow::monitoring::Counter<1>::New(
            "/tensorflow/core/tf2xla/internal/inference/tpu_partitioned_call",
            "Whether the model has TPUPartitionedCallOp.",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 05 21:24:51 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/telemetry-lightstep-meshconfig.yaml

    extensionProviders:
      - name: lightstep
        lightstep:
          service: lightstep.monitoring.svc.cluster.local
          port: 443
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 20 14:36:43 UTC 2023
    - 157 bytes
    - Viewed (0)
Back to top