skydive
skydive copied to clipboard
An open source real-time network topology and protocols analyzer
running orientdb: `docker run --rm --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=root orientdb:latest` error: ``` Failed to create analyzer: Failed to register class FlowRawPacket: Lexical error at line 1,...
Today we found a race condition with an ElasticSearch starting at the same time of Skydive. Skydive was able to [start the ES client](https://github.com/skydive-project/skydive/blob/master/graffiti/storage/elasticsearch/client.go#L292) but then failed to get the...
ERROR agent/agent.go:45 glob..func1 Can't start Skydive agent: Failed to get root namespace
When using Subgraph() with nodes (G.V().SubGraph()), now it is possible to filter which edges we want to return, instead of all connecting the selected nodes. For example, if we have...
Hi @lebauce! We're migrating the dashboard.zuul.ansible.com CI jobs to https://ansible.softwarefactory-project.io/. I see the https://github.com/ansible-collections/skydive collection is still in the configuration but it looks like you don't use it. Should I...
[skydive-agent.txt](https://github.com/skydive-project/skydive/files/8008561/skydive-agent.txt) [skydive-config.txt](https://github.com/skydive-project/skydive/files/8008562/skydive-config.txt) I am unable to currently probe Openstack Neutron from the current docker based agent. it throws a error `neutron/neutron.go:236 (*Probe).nodeUpdater gcihost02: Failed to retrieve attributes for port Name:...
nu7hatch/gouuid does not complain the RFC4122 spec (see [issue](https://github.com/nu7hatch/gouuid/issues/34)] Also this [fork](https://github.com/jaytaylor/uuid) suggest that implementation could create duplicated keys. I guess changing how UUIDs are generated could break current installs...
skip compile-tests skip functional-tests-backend-orientdb skip scale-tests skip cdd-overview-tests skip k8s-tests skip skydive-ovn-k8s-tests
Node.Copy() creates a copy of the node. It could be useful to return in a query output the modified content of a node without actually modiying it.