Skip navigation links
B C D G H I P S 

B

BasicAuthHttpConnectionFactory - Class in io.prometheus.client.exporter
 
BasicAuthHttpConnectionFactory(HttpConnectionFactory, String, String) - Constructor for class io.prometheus.client.exporter.BasicAuthHttpConnectionFactory
 
BasicAuthHttpConnectionFactory(String, String) - Constructor for class io.prometheus.client.exporter.BasicAuthHttpConnectionFactory
 

C

create(String) - Method in class io.prometheus.client.exporter.BasicAuthHttpConnectionFactory
 
create(String) - Method in class io.prometheus.client.exporter.DefaultHttpConnectionFactory
 
create(String) - Method in interface io.prometheus.client.exporter.HttpConnectionFactory
 

D

DefaultHttpConnectionFactory - Class in io.prometheus.client.exporter
 
DefaultHttpConnectionFactory() - Constructor for class io.prometheus.client.exporter.DefaultHttpConnectionFactory
 
delete(String) - Method in class io.prometheus.client.exporter.PushGateway
Deletes metrics from the Pushgateway.
delete(String, Map<String, String>) - Method in class io.prometheus.client.exporter.PushGateway
Deletes metrics from the Pushgateway.
delete(String, String) - Method in class io.prometheus.client.exporter.PushGateway

G

gatewayBaseURL - Variable in class io.prometheus.client.exporter.PushGateway
 

H

HttpConnectionFactory - Interface in io.prometheus.client.exporter
 

I

instanceIPGroupingKey() - Static method in class io.prometheus.client.exporter.PushGateway
Returns a grouping key with the instance label set to the machine's IP address.
io.prometheus.client.exporter - package io.prometheus.client.exporter
 

P

push(CollectorRegistry, String) - Method in class io.prometheus.client.exporter.PushGateway
Pushes all metrics in a registry, replacing all those with the same job and no grouping key.
push(Collector, String) - Method in class io.prometheus.client.exporter.PushGateway
Pushes all metrics in a Collector, replacing all those with the same job and no grouping key.
push(CollectorRegistry, String, Map<String, String>) - Method in class io.prometheus.client.exporter.PushGateway
Pushes all metrics in a registry, replacing all those with the same job and grouping key.
push(Collector, String, Map<String, String>) - Method in class io.prometheus.client.exporter.PushGateway
Pushes all metrics in a Collector, replacing all those with the same job and grouping key.
push(CollectorRegistry, String, String) - Method in class io.prometheus.client.exporter.PushGateway
push(Collector, String, String) - Method in class io.prometheus.client.exporter.PushGateway
pushAdd(CollectorRegistry, String) - Method in class io.prometheus.client.exporter.PushGateway
Pushes all metrics in a registry, replacing only previously pushed metrics of the same name and job and no grouping key.
pushAdd(Collector, String) - Method in class io.prometheus.client.exporter.PushGateway
Pushes all metrics in a Collector, replacing only previously pushed metrics of the same name and job and no grouping key.
pushAdd(CollectorRegistry, String, Map<String, String>) - Method in class io.prometheus.client.exporter.PushGateway
Pushes all metrics in a registry, replacing only previously pushed metrics of the same name, job and grouping key.
pushAdd(Collector, String, Map<String, String>) - Method in class io.prometheus.client.exporter.PushGateway
Pushes all metrics in a Collector, replacing only previously pushed metrics of the same name, job and grouping key.
pushAdd(CollectorRegistry, String, String) - Method in class io.prometheus.client.exporter.PushGateway
pushAdd(Collector, String, String) - Method in class io.prometheus.client.exporter.PushGateway
PushGateway - Class in io.prometheus.client.exporter
Export metrics via the Prometheus Pushgateway.
PushGateway(String) - Constructor for class io.prometheus.client.exporter.PushGateway
Construct a Pushgateway, with the given address.
PushGateway(URL) - Constructor for class io.prometheus.client.exporter.PushGateway
Construct a Pushgateway, with the given URL.

S

setConnectionFactory(HttpConnectionFactory) - Method in class io.prometheus.client.exporter.PushGateway
 
B C D G H I P S 
Skip navigation links

Copyright © 2018. All rights reserved.