[bisq-network/bisq] Monitor release: Showing off (#2348)

Florian Reimair notifications at github.com
Thu Jan 31 10:24:21 UTC 2019


You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/2348

-- Commit Summary --

  * P2P roundtriptime metric init
  * Add missing Version information
  * P2PRttMetric learns about sample size
  * P2PRttMetric knows multiple targets
  * Cleanup
  * P2PRtt Metric has configurable Tor proxy port
  * Set BTC_MAINNET for real
  * NetworkLoad Metric init
  * Only request new data
  * Collect NetworkLoad histogram
  * Query multiple nodes for NetworkLoad metric
  * Cleanup
  * Data consistency metrics
  * Updated sample config
  * Limit hashlist in size
  * Comments
  * Use global Tor for P2P metrics
  * Added P2P metrics
  * Refactored Onion address parsing
  * Only start network nodes if metric is enabled
  * Refactored thread synchronization
  * Shutdown metric before sleep if shut down
  * Refactored lock implementation
  * Unlock gate in case of an error
  * Added P2P Message Snapshot metric
  * Unlock gates in case of connection shutdown
  * Reduce log output in productive environment
  * Introduce timeout for ThreadGates
  * Do not flood a node with requests
  * Fix negation bug
  * Open gate if request failed
  * Close unneeded connections
  * Insert sleep phases to not flood Tor with requests
  * The lockcount does no longer influence the timeout
  * Add torProxyPort setting to example config
  * Remove superfluous code
  * GraphiteReporter can handle non-HS target urls
  * Monitor release: Showing off

-- File Changes --

    M build.gradle (2)
    A monitor/src/main/java/bisq/monitor/AvailableTor.java (50)
    M monitor/src/main/java/bisq/monitor/Metric.java (9)
    M monitor/src/main/java/bisq/monitor/Monitor.java (19)
    A monitor/src/main/java/bisq/monitor/OnionParser.java (47)
    A monitor/src/main/java/bisq/monitor/StatisticsHelper.java (66)
    A monitor/src/main/java/bisq/monitor/ThreadGate.java (81)
    A monitor/src/main/java/bisq/monitor/metric/P2PNetworkLoad.java (278)
    A monitor/src/main/java/bisq/monitor/metric/P2PNetworkMessageSnapshot.java (245)
    A monitor/src/main/java/bisq/monitor/metric/P2PRoundTripTime.java (185)
    M monitor/src/main/java/bisq/monitor/metric/TorHiddenServiceStartupTime.java (30)
    M monitor/src/main/java/bisq/monitor/metric/TorRoundTripTime.java (44)
    M monitor/src/main/java/bisq/monitor/reporter/GraphiteReporter.java (25)
    A monitor/src/main/resources/logback.xml (12)
    M monitor/src/main/resources/metrics.properties (22)
    A monitor/src/test/java/bisq/monitor/P2PNetworkLoadTests.java (118)
    A monitor/src/test/java/bisq/monitor/P2PRoundTripTimeTests.java (136)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2348.patch
https://github.com/bisq-network/bisq/pull/2348.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2348
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190131/c5a98dd0/attachment.html>


More information about the bisq-github mailing list