Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,322 for statsd (0.12 sec)

  1. pkg/bootstrap/option/instances_test.go

    			expectError: true,
    		},
    		{
    			testName: "statsd address empty",
    			key:      "statsd",
    			option:   option.StatsdAddress(""),
    			expected: nil,
    		},
    		{
    			testName: "statsd address ipv4",
    			key:      "statsd",
    			option:   option.StatsdAddress("127.0.0.1:80"),
    			expected: "{\"address\": \"127.0.0.1\", \"port_value\": 80}",
    		},
    		{
    			testName: "statsd address ipv6",
    			key:      "statsd",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  2. tools/packaging/common/envoy_bootstrap.json

          }
        }
        {{ end }}
        {{ if and .envoy_metrics_service_address .statsd }}
        ,
        {{ end }}
        {{ if .statsd }}
        {
          "name": "envoy.stat_sinks.statsd",
          "typed_config": {
            "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink",
            "address": {
              "socket_address": {{ .statsd }}
            }
          }
        }
        {{ end }}
      ]
      {{ end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. istioctl/pkg/kubeinject/testdata/mesh-config.yaml

      # https://lyft.github.io/envoy/docs/operations/admin.html
      # for more details
      proxyAdminPort: 15000
      #
      # Zipkin trace collector
      zipkinAddress: ""
      #
      # Statsd metrics collector converts statsd metrics into Prometheus metrics.
      statsdUdpAddress: ""
      #
      # Mutual TLS authentication between sidecars and istio control plane.
      controlPlaneAuthPolicy: NONE
      #
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/running_golden.json

            "trace_id_128bit": true,
            "shared_span_context": false
          }
        }
      }
      
      ,
      "stats_sinks": [
        
        
        
        {
          "name": "envoy.stat_sinks.statsd",
          "typed_config": {
            "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink",
            "address": {
              "socket_address": {"address": "10.1.1.1", "port_value": 9125}
            }
          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 14K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/runningsds_golden.json

            "trace_id_128bit": true,
            "shared_span_context": false
          }
        }
      }
      
      ,
      "stats_sinks": [
        
        
        
        {
          "name": "envoy.stat_sinks.statsd",
          "typed_config": {
            "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink",
            "address": {
              "socket_address": {"address": "10.1.1.1", "port_value": 9125}
            }
          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 14K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/all_golden.json

              "envoy_grpc": {
                "cluster_name": "envoy_metrics_service"
              }
            }
          }
        }
        
        
        ,
        
        
        {
          "name": "envoy.stat_sinks.statsd",
          "typed_config": {
            "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink",
            "address": {
              "socket_address": {"address": "10.1.1.1", "port_value": 9125}
            }
          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/deferred_cluster_creation_golden.json

              "envoy_grpc": {
                "cluster_name": "envoy_metrics_service"
              }
            }
          }
        }
        
        
        ,
        
        
        {
          "name": "envoy.stat_sinks.statsd",
          "typed_config": {
            "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink",
            "address": {
              "socket_address": {"address": "10.1.1.1", "port_value": 9125}
            }
          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  8. pkg/bootstrap/option/instances.go

    }
    
    func DataDogAddress(value string) Instance {
    	return newOptionOrSkipIfZero("datadog", value).withConvert(addressConverter(value))
    }
    
    func StatsdAddress(value string) Instance {
    	return newOptionOrSkipIfZero("statsd", value).withConvert(addressConverter(value))
    }
    
    func TracingTLS(value *networkingAPI.ClientTLSSettings, metadata *model.BootstrapNodeMetadata, isH2 bool) Instance {
    	return newOptionOrSkipIfZero("tracing_tls", value).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/stats_compression_brotli_golden.json

              "envoy_grpc": {
                "cluster_name": "envoy_metrics_service"
              }
            }
          }
        }
        
        
        ,
        
        
        {
          "name": "envoy.stat_sinks.statsd",
          "typed_config": {
            "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink",
            "address": {
              "socket_address": {"address": "10.1.1.1", "port_value": 9125}
            }
          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. pilot/cmd/pilot-agent/config/config.go

    		if x.ServiceCluster == "" {
    			proxyConfig.ClusterName = &meshconfig.ProxyConfig_ServiceCluster{ServiceCluster: serviceCluster}
    		}
    	}
    	// resolve statsd address
    	if proxyConfig.StatsdUdpAddress != "" {
    		addr, err := network.ResolveAddr(proxyConfig.StatsdUdpAddress)
    		if err != nil {
    			log.Warnf("resolve StatsdUdpAddress failed: %v", err)
    			proxyConfig.StatsdUdpAddress = ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top