vealfan
vealfan
After the SSL encryption capability is enabled, Nebula cannot parse the encrypted key file. As a result, the service cannot be started. Is there any solution to this problem?
Does the monitoring query interface support obtaining data in HTTPS mode? curl -G "http://:/stats? stats= [&format=json]"
nebula java客户端建立SSL连接池的时候,如果密钥证书我用AES加密算法加密过后, nebula java SDK支持解析加密后的密钥文件嘛 
我们是容器化部署环境!!! 在nebula的三个服务开启了SSL加密通信,并且nebula的端口都是正常监听状态,但是在使用NebulaGraph Console客户端连接的时候,客户端连接超时。 报错日志: 2024/05/10 22:03:58 Fail to initialize the connection pool, host: 127.0.0.1, port: 26740, failed to open connection, error: failed to open transport, error: dial tcp 127.0.0.1:26740: connect:...
是这样的,我们需要对密钥文件.key使用加密算法做一次加密,但是根据咱们的配置SSL的能力 --password_path=/xx/xx/xx/test.ca.password --key_path=/xx/xx/xx//nebula/test.ca.key --cert_path=/xx/xx/xx/test.ca.pem --enable_ssl=true之后,nebula无法解析证书文件。 对于把密钥文件再做一次加密封装,nebula可以支持解密嘛?
Is there any other way to obtain metrics, such as SDK?
请问,nebula现在支持的监控指标内容可以开放SDK的方式来获取嘛?或者有其他不通过http接口去获取的方式嘛
nebula java客户端建立SSL连接池的时候,如果密钥证书我用AES加密算法加密过后, nebula java SDK支持解析加密后的密钥文件嘛 
nebula版本是3.6 部署方式:三节点容器部署 在使用的时候对于一些文档提供的指标有一些疑问。 目前nebula提供的指标实现逻辑的代码是什么呢?因为有一些指标,我们发现和正常理解不太一样,这些指标我如何去查看怎么获取的逻辑呢 graphd num_reclaimed_expired_sessions 服务端主动回收的过期的会话数量。 目前发现sessions退出后没有统计到指标,这个主动回收是怎么查看呢 graphd num_rpc_sent_to_metad_failed Graphd 服务发给 Metad 的 RPC 请求失败的数量。 graphd num_rpc_sent_to_metad Graphd 服务发给 Metad 服务的 RPC 请求数量。 metad commit_snapshot_latency_us Raft 协议中 Commit 快照的延迟时间。...