-
Couldn't load subscription status.
- Fork 83
Closed
Labels
Description
With Ver 2.1.0 prometheus fails when WebLogic runs on Windows platform with #16, but Ver 2.0.7 works properly. From link b72a1f2 the change for #214
void printMetric(String name, Object value) {
- print(name + " " + value + '\n');
+ print(name + " " + value + System.lineSeparator());
scrapeCount++;
}
Which in fact reverts the fixed for #16