AWS-XRay
view release on metacpan or search on metacpan
121122123124125126127128129130131132133134135136137138139140## AWS\_XRAY\_DAEMON\_ADDRESS environment variable
Set the host and port of the X-Ray daemon. Default 127.0.0.1:2000
## $AWS::XRay::CROAK\_INVALID\_NAME
When set to 1 (
default
0), capture() will raise exception
if
a segment name is invalid.
> name – The logical name of the service that handled the request, up to 200 characters.
> For example, your application's name or domain name.
> Names can contain Unicode letters, numbers, and whitespace, and the following symbols: \_, ., :, /, %, &,
#, =, +, \\, -, @
# LICENSE
Copyright (C) FUJIWARA Shunichiro.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
lib/AWS/XRay.pm view on Meta::CPAN
385386387388389390391392393394395396397398399400401402403404405Set the host and port of the X-Ray daemon. Default 127.0.0.1:2000
=head2 $AWS::XRay::CROAK_INVALID_NAME
When set to 1 (default 0), capture() will raise exception if a segment name is invalid.
=over
name – The logical name of the service that handled the request, up to 200 characters.
For example, your application's name or domain name.
Names can contain Unicode letters, numbers, and whitespace, and the following symbols: _, ., :, /, %, &, #, =, +, \, -, @
=back
=head1 LICENSE
Copyright (C) FUJIWARA Shunichiro.
This library is free software; you can redistribute it and/or modify
( run in 1.211 second using v1.01-cache-2.11-cpan-49f99fa48dc )