From d3de2611eef193c03fc753e2e971a42c68e9bdbf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Aug 2017 10:05:50 +0200 Subject: New package --- REFLECTION | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..d10c1f4 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,83 @@ +Extension [ 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 ] + Current = '1' + } + Entry [ molten.sink_log_path ] + Current = '/tmp/tracing' + } + Entry [ molten.service_name ] + Current = 'default' + } + Entry [ molten.tracing_cli ] + Current = '0' + } + Entry [ molten.sampling_type ] + Current = '1' + } + Entry [ molten.sampling_request ] + Current = '1000' + } + Entry [ molten.sampling_rate ] + Current = '64' + } + Entry [ molten.span_format ] + Current = 'zipkin' + } + Entry [ molten.report_interval ] + Current = '60' + } + Entry [ molten.notify_uri ] + Current = '' + } + Entry [ molten.report_limit ] + Current = '100' + } + Entry [ molten.sink_type ] + Current = '1' + } + Entry [ molten.output_type ] + Current = '1' + } + Entry [ molten.sink_http_uri ] + Current = '' + } + Entry [ molten.sink_syslog_unix_socket ] + Current = '' + } + Entry [ molten.sink_kafka_brokers ] + Current = '' + } + Entry [ molten.sink_kafka_topic ] + Current = '' + } + } + + - Functions { + Function [ function molten_set_service_name ] { + } + Function [ function molten_curl_setopt ] { + } + Function [ function molten_curl_setopt_array ] { + } + Function [ function molten_curl_exec ] { + } + Function [ function molten_curl_reset ] { + } + Function [ function molten_span_format ] { + } + } +} + -- cgit