summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 9d2cb15dcd2599e0dc4d693176c79a64da4ef3fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Extension [ <persistent> extension #195 molten version 0.1.2beta ] {

  - Dependencies {
    Dependency [ json (Required) ]
    Dependency [ standard (Required) ]
    Dependency [ curl (Required) ]
    Dependency [ memcached (Optional) ]
    Dependency [ redis (Optional) ]
    Dependency [ mongodb (Optional) ]
    Dependency [ mysqli (Optional) ]
    Dependency [ PDO (Optional) ]
  }

  - INI {
    Entry [ molten.enable <SYSTEM> ]
      Current = '1'
    }
    Entry [ molten.sink_log_path <SYSTEM> ]
      Current = '/tmp/tracing'
    }
    Entry [ molten.service_name <SYSTEM> ]
      Current = 'default'
    }
    Entry [ molten.tracing_cli <SYSTEM> ]
      Current = '0'
    }
    Entry [ molten.sampling_type <SYSTEM> ]
      Current = '1'
    }
    Entry [ molten.sampling_request <SYSTEM> ]
      Current = '1000'
    }
    Entry [ molten.sampling_rate <SYSTEM> ]
      Current = '64'
    }
    Entry [ molten.span_format <SYSTEM> ]
      Current = 'zipkin'
    }
    Entry [ molten.report_interval <SYSTEM> ]
      Current = '60'
    }
    Entry [ molten.notify_uri <SYSTEM> ]
      Current = ''
    }
    Entry [ molten.report_limit <SYSTEM> ]
      Current = '100'
    }
    Entry [ molten.sink_type <SYSTEM> ]
      Current = '1'
    }
    Entry [ molten.output_type <SYSTEM> ]
      Current = '1'
    }
    Entry [ molten.sink_http_uri <SYSTEM> ]
      Current = ''
    }
    Entry [ molten.sink_syslog_unix_socket <SYSTEM> ]
      Current = ''
    }
    Entry [ molten.sink_kafka_brokers <SYSTEM> ]
      Current = ''
    }
    Entry [ molten.sink_kafka_topic <SYSTEM> ]
      Current = ''
    }
  }

  - Functions {
    Function [ <internal:molten> function molten_set_service_name ] {
    }
    Function [ <internal:molten> function molten_curl_setopt ] {
    }
    Function [ <internal:molten> function molten_curl_setopt_array ] {
    }
    Function [ <internal:molten> function molten_curl_exec ] {
    }
    Function [ <internal:molten> function molten_curl_reset ] {
    }
    Function [ <internal:molten> function molten_span_format ] {
    }
  }
}