Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 60 for spent (0.14 sec)

  1. platforms/core-runtime/daemon-protocol/build.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "The messages and types sent between client and daemon"
    
    dependencies {
        api(libs.jsr305)
        api(project(":base-services"))
        api(project(":logging-api"))
        api(project(":serialization"))
        api(project(":logging"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/ztunnel.libsonnet

        + row.withPanels([
          panels.timeSeries.connections('Connections', queries.connections, 'Connections opened and closed per instance'),
          panels.timeSeries.bytesRate('Bytes Transmitted', queries.bytes, 'Bytes sent and recieved per instance'),
          panels.timeSeries.dns('DNS Request', queries.dns, 'DNS queries recieved per instance'),
        ]),
        row.new('Operations')
        + row.withPanels([
          panels.timeSeries.base(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/ztunnel-dashboard.gen.json

             "type": "timeseries"
          },
          {
             "datasource": {
                "type": "datasource",
                "uid": "-- Mixed --"
             },
             "description": "Bytes sent and recieved per instance",
             "fieldConfig": {
                "defaults": {
                   "custom": {
                      "fillOpacity": 10,
                      "gradientMode": "hue",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  4. cmd/storage-rest-server.go

    		return false
    	}
    
    	// If format.json is available and request sent the right disk-id, we allow the request
    	return true
    }
    
    // checkID - check if the disk-id in the request corresponds to the underlying disk.
    func (s *storageRESTServer) checkID(wantID string) bool {
    	if s.getStorage() == nil {
    		return false
    	}
    	if wantID == "" {
    		// Request sent empty disk-id, we allow the request
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  5. cmd/bucket-lifecycle-handlers_test.go

    	credentials auth.Credentials, t *testing.T,
    ) {
    	// test cases with sample input and expected output.
    	testCases := []struct {
    		method     string
    		bucketName string
    		accessKey  string
    		secretKey  string
    		// Sent body
    		body []byte
    		// Expected response
    		expectedRespStatus int
    		lifecycleResponse  []byte
    		errorResponse      APIErrorResponse
    		shouldPass         bool
    	}{
    		// GET empty credentials
    		{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/lib/queries.libsonnet

                    [$__rate_interval])
                  )
                |||
              ),
            ],
    
          bytes:
            [
              self.query(
                'Sent ({{pod}})',
                |||
                  sum by (pod) (
                    rate(
                      istio_tcp_sent_bytes_total{%(podLabels)s}
                    [$__rate_interval])
                  )
                |||
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. cmd/signature-v4-utils.go

    		}
    		if ok {
    			extractedSignedHeaders[http.CanonicalHeaderKey(header)] = val
    			continue
    		}
    		switch header {
    		case "expect":
    			// Golang http server strips off 'Expect' header, if the
    			// client sent this as part of signed headers we need to
    			// handle otherwise we would see a signature mismatch.
    			// `aws-cli` sets this as part of signed headers.
    			//
    			// According to
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  8. pilot/test/xds/fake.go

    }
    
    func (f *FakeDiscoveryServer) T() test.Failer {
    	return f.t
    }
    
    // EnsureSynced checks that all ConfigUpdates sent have been established
    // This does NOT ensure that the change has been sent to all proxies; only that PushContext is updated
    // Typically, if trying to ensure changes are sent, its better to wait for the push event.
    
    func (f *FakeDiscoveryServer) EnsureSynced(t test.Failer) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  9. pilot/pkg/xds/delta.go

    	// A nonce becomes stale following a newer nonce being sent to Envoy.
    	// TODO: due to concurrent unsubscribe, this probably doesn't make sense. Do we need any logic here?
    	if request.ResponseNonce != "" && request.ResponseNonce != previousInfo.NonceSent {
    		deltaLog.Debugf("ADS:%s: REQ %s Expired nonce received %s, sent %s", stype,
    			con.ID(), request.ResponseNonce, previousInfo.NonceSent)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  10. pkg/workloadapi/workload.proto

      // Each workload must have at least either an address or hostname; not both.
      repeated bytes addresses = 3;
    
      // The hostname for the workload to be resolved by the ztunnel.
      // DNS queries are sent on-demand by default.
      // If the resolved DNS query has several endpoints, the request will be forwarded
      // to the first response.
      //
      // At a minimum, each workload must have either an address or hostname. For example,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top