Weaviate · JSON Structure

Weaviate Statistics Structure

The definition of node statistics.

Type: object Properties: 13
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Statistics Structure is a JSON Structure definition published by Weaviate, describing 13 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

name status bootstrapped dbLoaded initialLastAppliedIndex lastAppliedIndex isVoter leaderId leaderAddress open ready candidates raft

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-statistics-structure.json",
  "title": "Statistics",
  "description": "The definition of node statistics.",
  "type": "object",
  "properties": {
    "name": {
      "type": "str",
      "description": "The name of the node."
    },
    "status": {
      "type": "str",
      "description": "Node's status."
    },
    "bootstrapped": {
      "type": "bool"
    },
    "dbLoaded": {
      "type": "bool"
    },
    "initialLastAppliedIndex": {
      "type": "float"
    },
    "lastAppliedIndex": {
      "type": "float"
    },
    "isVoter": {
      "type": "bool"
    },
    "leaderId": {
      "type": "map"
    },
    "leaderAddress": {
      "type": "map"
    },
    "open": {
      "type": "bool"
    },
    "ready": {
      "type": "bool"
    },
    "candidates": {
      "type": "map"
    },
    "raft": {
      "type": "#RaftStatistics"
    }
  }
}