class .. {
static Counter numAPI = new Counter("API Requests", "API Requests");
static startServer(int port) async {
Metrics.register(numAPI);
//setup http
// then on http request listener
numAPI.value++
}
}--
You received this message because you are subscribed to the Google Groups "Dart VM Observatory Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-dis...@dartlang.org.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-discuss+unsub...@dartlang.org.
Of course. Observatory uses only the service protocol to gather data.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-dis...@dartlang.org.
--
You received this message because you are subscribed to the Google Groups "Dart VM Observatory Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-dis...@dartlang.org.