Group
Extension

Matches 1

OmniDisco-Prometheus ( A/AD/ADUITSIS/OmniDisco-Prometheus-0.006.tar.gz, ADUITSIS, 2019; MetaCPAN )
OmniDisco-Prometheus/lib/OD/Prometheus/Query.pm ( view source; MetaCPAN )
;
use OD::Prometheus::Metric;
use OD::Prometheus::Set;
use Scalar::Util qw(reftype);
use URI;
use JSON;

=head1 NAME

OD::Prometheus::Query - Query library to talk to Prometheus servers

=head1 VERSIO
->request( @_ ));
	if ($res->is_success) {
		my $ret = OD::Prometheus::Set->new;
		my $j = decode_json $res->decoded_content;
		if( $j->{ status } eq 'success' ) {
			if( $j->{ warnings } ) {
				warn

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.