| Package | Description |
|---|---|
| org.hawkular.agent.prometheus |
| Modifier and Type | Method and Description |
|---|---|
static PrometheusDataFormat |
PrometheusDataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrometheusDataFormat[] |
PrometheusDataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrometheusScraper(File file,
PrometheusDataFormat dataFormat)
Scrape data from the given file.
|
PrometheusScraper(URL url,
PrometheusDataFormat dataFormat)
This constructor allows you to explicitly indicate what data format is expected.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.