summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-26 08:29:16 +0200
committerRemi Collet <remi@remirepo.net>2017-08-26 08:29:16 +0200
commit276544d3c7c30cab5d251d3e2da5d6d54ec45497 (patch)
treefc7c31983c7917c7434f6f6d26039b3c494f43d7 /REFLECTION
parent4150e7db3d867cf06ec44ec294fc8e9098c0220e (diff)
v0.0.3
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION21
1 files changed, 17 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index ddaabe1..d87dfc6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #15 opencensus version 0.0.2 ] {
+Extension [ <persistent> extension #114 opencensus version 0.0.3 ] {
- Functions {
Function [ <internal:opencensus> function opencensus_version ] {
@@ -59,7 +59,12 @@ Extension [ <persistent> extension #15 opencensus version 0.0.2 ] {
- Classes [2] {
Class [ <internal:opencensus> class OpenCensus\Trace\Span ] {
- - Constants [0] {
+ - Constants [5] {
+ Constant [ integer SPAN_KIND_UNKNOWN ] { 0 }
+ Constant [ integer SPAN_KIND_CLIENT ] { 1 }
+ Constant [ integer SPAN_KIND_SERVER ] { 2 }
+ Constant [ integer SPAN_KIND_PRODUCER ] { 3 }
+ Constant [ integer SPAN_KIND_CONSUMER ] { 4 }
}
- Static properties [0] {
@@ -68,16 +73,18 @@ Extension [ <persistent> extension #15 opencensus version 0.0.2 ] {
- Static methods [0] {
}
- - Properties [6] {
+ - Properties [8] {
Property [ <default> protected $name ]
Property [ <default> protected $spanId ]
Property [ <default> protected $parentSpanId ]
Property [ <default> protected $startTime ]
Property [ <default> protected $endTime ]
+ Property [ <default> protected $kind ]
Property [ <default> protected $labels ]
+ Property [ <default> protected $backtrace ]
}
- - Methods [7] {
+ - Methods [9] {
Method [ <internal:opencensus, ctor> public method __construct ] {
- Parameters [1] {
@@ -102,6 +109,12 @@ Extension [ <persistent> extension #15 opencensus version 0.0.2 ] {
Method [ <internal:opencensus> public method endTime ] {
}
+
+ Method [ <internal:opencensus> public method backtrace ] {
+ }
+
+ Method [ <internal:opencensus> public method kind ] {
+ }
}
}