napperley
01/30/2020, 2:23 AM<http://xxxxxx>:xxxx
parameter, both the release and debug binaries work normally, and return this result:
Response:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<title>Prometheus Time Series Collection and Processing Server</title>
...
When the --list-labels <http://xxxxxx>:xxxx
program parameters are used instead the debug binary works fine, however the release binary exhibits some strange behaviour where no labels are printed. The release binary should be outputting something similar to the debug binary:
Total Labels: 48
* __name__
* address
* battery
* branch
* broadcast
* call
* cell
* chip
* chip_name
...
napperley
01/30/2020, 2:29 AMnapperley
01/30/2020, 2:31 AMArtyom Degtyarev [JB]
01/30/2020, 9:11 AMdata class LabelsResponse(val status: String, val data: ArrayList<String>)
Nevertheless, we’re still looking for the root cause of this behavior.olonho
01/30/2020, 2:35 PMnapperley
01/30/2020, 8:07 PMolonho
01/31/2020, 6:50 AM