- 01 10月, 2019 6 次提交
-
-
由 David Dias 提交于
-
由 David Dias 提交于
-
由 David Dias 提交于
-
Co-Authored-By:Eric Ronne <eric@protocol.ai>
由 David Dias 提交于 -
由 David Dias 提交于
-
由 David Dias 提交于
-
- 30 9月, 2019 5 次提交
-
-
add systemd support
由 Steven Allen 提交于 -
Update go-libp2p-http (and go-libp2p-gostream)
由 Steven Allen 提交于 -
feat: add ipfs version info to prometheus metrics
由 Steven Allen 提交于 -
Adds `ipfs_info` prometheus metric with version and commit info ```prometheus ipfs_info{commit="9ea7c6a1-dirty",version="0.5.0-dev"} 1 ``` This follows the same pattern as go and other systems, adding a gauge metric that is set to 1, with the version info addeds as labels. This is a common pattern for prometheus. It lets operators merge version info into other prometheus metrics by multiplying it with the other stat, as described in https://www.robustperception.io/exposing-the-software-version-to-prometheus For example, we already expose the go version info as ```prometheus go_info{version="go1.12.9"} 1 ``` License: MIT Signed-off-by:Oli Evans <oli@tableflip.io>
由 Oli Evans 提交于 -
Fix typo
由 Steven Allen 提交于
-
- 28 9月, 2019 1 次提交
-
- 27 9月, 2019 10 次提交
-
-
Manually removed some newly-appeared // indirect imports as they seem to just pollute the go.mod.
由 Hector Sanjuan 提交于 -
由 Steven Allen 提交于
-
由 Steven Allen 提交于
-
That way, we can reliably know when the daemon is ready.
由 Steven Allen 提交于 -
Instead of letting systemd override the configured addresses, merge them. This is likely the "expected" behavior.
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
chore(dep): update everything
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
- 26 9月, 2019 4 次提交
-
-
由 Steven Allen 提交于
-
* multiaddr (fixes issues when the latest go-multiaddr is imported) * libp2p (lots of fixes) * prometheus * gogo/protobuf fixes #6676
由 Steven Allen 提交于 -
github: migrate actions
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
- 25 9月, 2019 3 次提交
-
-
Add bridged chats
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
doc(config): improve DisableNatPortMap documentation
由 Steven Allen 提交于
-
- 24 9月, 2019 10 次提交
-
-
plugins: support Close() for Tracer plugins as well
由 Steven Allen 提交于 -
fix: make collect-profiles.sh work on mac
由 Steven Allen 提交于 -
由 swedneck 提交于
-
由 swedneck 提交于
-
With an empty API headers config like ```js "API": { "HTTPHeaders": {} }, ``` running collect-profiles.sh shows connection errors when trying to POST to `/debug/pprof-mutex/` end point when using `localhost`. The same errors do not occur when using `127.0.0.1` License: MIT Signed-off-by:Oli Evans <oli@tableflip.io>
由 Oli Evans 提交于 -
The version of `date` that ships with darwin does not support the `-Iseconds` flag. Use a pattern with `date` to achieve the same thing but should have better cross platform support. License: MIT Signed-off-by:Oli Evans <oli@tableflip.io>
由 Oli Evans 提交于 -
Most of the tracers available need to properly close to send the remaining traces before the process exit.
由 Michael Muré 提交于 -
namesys(test): test TTL on publish
由 Steven Allen 提交于 -
No fix is complete without a test. fixes #6670
由 Steven Allen 提交于 -
pin: fix pin update X Y where X==Y
由 Steven Allen 提交于
-
- 23 9月, 2019 1 次提交
-
-
We were pining Y then removing the pin for X. When X == Y, we'd remove the new pin. fixes #6648
由 Steven Allen 提交于
-