extended log
test-org/integration-module/pipeline/pr-rc This commit looks good
Details
test-org/integration-module/pipeline/pr-rc This commit looks good
Details
parent
91ead7d1ba
commit
fa0895122c
|
|
@ -117,7 +117,7 @@ impl Exporter {
|
|||
pub async fn export_extended_metrics(metrics: PrometheusMetricsExtended) -> Result<usize> {
|
||||
// let url = env::var("EXPORTER_URL")?;
|
||||
let url = env::var("STATUS_SYSTEM_URL").or_else(|err| {
|
||||
trace!("cannot fetch $STATUS_SYSTEM_URL var due to {}", err);
|
||||
trace!("cannot fetch $STATUS_SYSTEM_URL var due to {}. working only with Prometheus exporter link", err);
|
||||
env::var("EXPORTER_URL")
|
||||
})?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue