B C D E G H I P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- Base64 - Class in io.prometheus.client.exporter
-
This class delegates to either javax.xml.bind.DatatypeConverter (for Java < 8) or java.util.Base64 (Java 8+) to perform Base64 encoding of a String.
- 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.
E
- encodeToString(byte[]) - Static method in class io.prometheus.client.exporter.Base64
-
Encodes a byte[] to a String using Base64.
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(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) - 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(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.
- 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(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) - 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(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.
- 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
All Classes All Packages