AWS-XRay

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
## 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

385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
Set 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 )