diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..d10c1f4 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,83 @@ +Extension [ <persistent> extension #18 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 ] { + } + } +} + |