Sha256: 20c4ea220f1c584b84d4633935f0276bf7db934fa430be6b24f4f662a313dd81

Contents?: true

Size: 656 Bytes

Versions: 6

Compression:

Stored size: 656 Bytes

Contents

DEFAULT_AGENT_CONFIG = {
  'enabled': true,
  'propagation_formats': ['TRACECONTEXT'],
  'service_name': 'rubyagent',
  'reporting': {
    'endpoint': 'http://localhost:4318/v1/traces',
    'secure': false,
    'trace_reporter_type': 'OTLP',
    'token': '',
  },
  'data_capture': {
    'http_headers': {
      'request': true,
      'response': true,
    },
    'http_body': {
      'request': true,
      'response': true,
    },
    'rpc_metadata': {
      'request': true,
      'response': true,
    },
    'rpc_body': {
      'request': true,
      'response': true,
    },
    'body_max_size_bytes': 131072
  },
  'resource_attributes': {}
}.freeze

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hypertrace-agent-0.3.0 lib/hypertrace/config/default.rb
hypertrace-agent-0.2.2 lib/hypertrace/config/default.rb
hypertrace-agent-0.2.1 lib/hypertrace/config/default.rb
hypertrace-agent-0.1.2 lib/hypertrace/config/default.rb
hypertrace-agent-0.1.1 lib/hypertrace/config/default.rb
hypertrace-agent-0.1.0 lib/hypertrace/config/default.rb