We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3096ca commit 1149bd2Copy full SHA for 1149bd2
doc/Type/Telemetry/Sampler.pod6
@@ -24,6 +24,7 @@ to use when making a snapshot.
24
25
=head2 method new
26
27
+=for code :preamble<use Telemetry>
28
method new(Telemetry::Sampler: @instruments --> Telemetry::Sampler:D)
29
30
The C<new> method takes a list of instruments. If no instruments are specified,
@@ -40,6 +41,7 @@ the same as C<Telemetry::Instrument::Usage>.
40
41
42
=head2 method set-instruments
43
44
45
method set-instruments(Telemetry::Sampler:D @instruments --> Nil)
46
47
Allows one to change the instruments on an existing C<Instrument::Sampler>
0 commit comments