- Aug 25, 2021
-
-
Felix Lange authored
Generated by go1.17 fmt ./...
-
- Aug 24, 2021
-
-
Felix Lange authored
-
- Aug 17, 2021
-
-
jwasinger authored
cmd, metrics: add support for influxdb-v2 (cherry-picking from italoacasas' changes), leave existing support for v1 to maintain backwards-compatibility. (#23194) This PR adds flag to enable InfluxDB v2 (--metrics.influxdbv2), flags for v2-specific features (--metrics.influxdb.token, --metrics.influxdb.bucket), also carries over addition of support for specifying organization (--metrics.influxdb.organization), but still retains backwards compatibility with InfluxDB v1.
-
- Jun 01, 2021
-
-
Mathijs de Bruin authored
Fixes #11113 Co-authored-by:
rene <41963722+renaynay@users.noreply.github.com>
-
- Mar 26, 2021
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 08, 2021
-
-
isdyaufh8o7cq authored
fixes an regression which caused build failure on certain platforms
-
- Feb 02, 2021
-
-
Alex Prut authored
* remove uneeded convertion type * remove redundant type in composite literal * omit explicit type where implicit * remove unused redundant parenthesis * remove redundant import alias duktape
-
- Jan 18, 2021
-
-
Marius van der Wijden authored
* cmd/geth: dump config * cmd/geth: dump config * cmd/geth: properly read config again * cmd/geth: override metrics if flags are set * cmd/geth: write metrics regardless if enabled * cmd/geth: renamed to metricsfromcliargs * metrics: add default configuration
-
- Nov 18, 2020
-
-
Gary Rong authored
-
- Aug 21, 2020
-
-
Marius van der Wijden authored
* metrics: zero temp variable in updateMeter Previously the temp variable was not updated properly after summing it to count. This meant we had astronomically high metrics, now we zero out the temp whenever we sum it onto the snapshot count * metrics: move temp variable to be aligned, unit tests Moves the temp variable in MeterSnapshot to be 64-bit aligned because of the atomic bug. Adds a unit test, that catches the previous bug.
-
- Aug 18, 2020
-
-
Marius van der Wijden authored
-
- Jul 03, 2020
-
-
meowsbits authored
Exposing /debug/metrics and /debug/metrics/prometheus was dependent on --pprof, which also exposes other HTTP APIs. This change makes it possible to run the metrics server on an independent endpoint without enabling pprof.
-
- Jun 02, 2020
-
-
rene authored
* replace gosigar with gopsutil * removed check for whether GOOS is openbsd * removed accidental import of runtime * potential fix for difference in units between gosig and gopsutil * fixed lint error * remove multiplication factor * uses cpu.ClocksPerSec as the multiplication factor * changed dependency from shirou to renaynay (#20) * updated dep * switching back from using renaynay fork to using upstream as PRs were merged on upstream * removed empty line * optimized imports * tidied go mod
-
- May 26, 2020
-
-
Richard Patel authored
* metrics/prometheus: define type once for histograms * metrics/prometheus: test collector
-
- Apr 02, 2020
-
-
ucwong authored
-
- Mar 31, 2020
-
-
Martin Holst Swende authored
The test failed due to what appears to be fluctuations in time.Sleep, which is not the actual method under test. This change modifies it so we compare the metered Max to the actual time instead of the desired time.
-
- Mar 26, 2020
-
-
Péter Szilágyi authored
-
- Nov 22, 2019
-
-
Guillaume Ballet authored
-
- Nov 14, 2019
-
-
Felix Lange authored
This removes the dashboard project. The dashboard was an experimental browser UI for geth which displayed metrics and chain information in real time. We are removing it because it has marginal utility and nobody on the team can maintain it. Removing the dashboard removes a lot of dependency code and shaves 6 MB off the geth binary size.
-
- Nov 08, 2019
-
-
Guillaume Ballet authored
* travis: Enable ARM support * Include fixes from 20039 * Add a trace to debug the invalid lookup issue * Try increasing the timeout to see if the arm test passes * Investigate the resolver issue * Increase arm64 timeout for clique test * increase timeout in tests for arm64 * Only test the failing tests * Review feedback: don't export epsilon * Remove investigation tricks+include fjl's feeback * Revert the retry ahead of using the mock resolver * Fix rebase errors
-
- Oct 20, 2019
-
-
Marius Kjærstad authored
-
- Sep 10, 2019
-
-
Péter Szilágyi authored
-
- Jun 17, 2019
-
-
Péter Szilágyi authored
-
- Jun 11, 2019
-
-
Péter Szilágyi authored
-
- Apr 11, 2019
-
-
Maxim Krasilnikov authored
* metrics/prometheus: added prometheus http server and metrics collector * metrics/prometheus: minor cleanups * metrics/prometheus: named keys instead name in tag * metrics/prometheus: minor typo cleanups, sorted report
-
- Mar 25, 2019
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
* core: split out detailed trie access metrics from insertion time * cmd, core, metrics: support expensive optional metrics
-
- Mar 20, 2019
-
-
Anton Evangelatov authored
-
- Feb 18, 2019
-
-
Matthew Halpern authored
-
- Jan 24, 2019
-
-
Jerzy Lasyk authored
-
- Dec 11, 2018
-
-
Elad authored
cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api/http: add instrumentation (#18274)
-
- Nov 09, 2018
-
-
Kurkó Mihály authored
* metrics, p2p: add ephemeral registry * metrics: fix linter issue
-
- Oct 16, 2018
-
-
holisticode authored
-
- Sep 17, 2018
-
-
Gary Rong authored
-
- Jul 30, 2018
-
-
Oleg Kovalov authored
* all: simplify switches * silly mistake
-
- Jul 09, 2018
-
-
Anton Evangelatov authored
* cmd/swarm: minor cli flag text adjustments * swarm/api/http: sticky footer for swarm landing page using flex * swarm/api/http: sticky footer for error pages and fix for multiple choices * cmd/swarm, swarm/storage, swarm: fix mingw on windows test issues * cmd/swarm: update description of swarm cmd * swarm: added network ID test * cmd/swarm: support for smoke tests on the production swarm cluster * cmd/swarm/swarm-smoke: simplify cluster logic as per suggestion * swarm: propagate ctx to internal apis (#754) * swarm/metrics: collect disk measurements * swarm/bmt: fix io.Writer interface * Write now tolerates arbitrary variable buffers * added variable buffer tests * Write loop and finalise optimisation * refactor / rename * add tests for empty input * swarm/pss: (UPDATE) Generic notifications package (#744) swarm/pss: Generic package for creating pss notification svcs * swarm: Adding context to more functions * swarm/api: change colour of landing page in templates * swarm/api: change landing page to react to enter keypress
-
- Jul 02, 2018
-
-
Anton Evangelatov authored
* cmd/geth: add flags for metrics export * cmd/geth: update usage fields for metrics flags * metrics/influxdb: update reporter logger to adhere to geth logging convention
-
- Jun 14, 2018
-
-
Elad authored
This commit adds all changes needed for the merge of swarm-network-rewrite. The changes: - build: increase linter timeout - contracts/ens: export ensNode - log: add Output method and enable fractional seconds in format - metrics: relax test timeout - p2p: reduced some log levels, updates to simulation packages - rpc: increased maxClientSubscriptionBuffer to 20000
-