Skip to content

Commit

Permalink
Update telemetry documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gela committed Dec 19, 2023
1 parent e2a93be commit 63737d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/networkwatcherimpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class NetworkWatcherImpl : public QObject {

bool isActive() const { return m_active; }

///@TODO should this be removed too?
enum TransportType {
TransportType_Unknown = 0,
TransportType_Ethernet = 1,
Expand Down
3 changes: 0 additions & 3 deletions src/platforms/android/androidnetworkwatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

namespace {
Logger logger("AndroidNetworkWatcher");

// constexpr auto VPNNetworkWatcher_CLASS =
// "org/mozilla/firefox/vpn/qt/VPNNetworkWatcher";
} // namespace

AndroidNetworkWatcher::AndroidNetworkWatcher(QObject* parent)
Expand Down
8 changes: 4 additions & 4 deletions src/telemetry/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,8 @@ sample:
loss, stddev.
type: string
transport:
description: The Host network type (i.e wifi or 4g)
type: string
description: The Host network type (i.e wifi or 4g). Possible values are Unknown, Disconnected, Local, Site, Online
type: QNetworkInformation::Reachability

connectivity_stable:
type: event
Expand Down Expand Up @@ -1148,8 +1148,8 @@ sample:
description: Standard deviation of the ping responses
type: string
transport:
description: The Host network type (i.e wifi or 4g)
type: string
description: The Host network type (i.e wifi or 4g). Possible values are Unknown, Disconnected, Local, Site, Online
type: QNetworkInformation::Reachability

server_unavailable_error:
type: event
Expand Down

0 comments on commit 63737d8

Please sign in to comment.