Details
Description
System Info File/Telemetry (Nice to have)
Add to org.sonar.server.telemetry.TelemetryData.Builder new field that indicates number (so Integer) of connected SonarLint clients that have open server push connection to SonarQube.
And then update method org.sonar.server.telemetry.TelemetryDataLoaderImpl#load .
Prometheus monitoring: (Nice to have)
Add new Gauge type Metric inside org.sonar.server.monitoring. The metric should report current number (so Integer) of connected SonarLint clients that have open server push connection to SonarQube.