diff --git a/docs/administration.md b/docs/administration.md index 22db9c797..bc40fa41c 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -128,21 +128,21 @@ Note: This will only work when the replication factor is >= 2 Each Pilosa cluster is configured by default to share anonymous usage details with Pilosa Corp. These metrics allow us to understand how Pilosa is used by the community and improve the technology to suit your needs. Diagnostics are sent to Pilosa every hour. Each of the metrics are detailed below as well as opt-out instructions. -Version: Version string of the build. -Host: Host URI. -Cluster: List of nodes in the Cluster. -NumNodes: Number of nodes in the Cluster. -NumCPU: Number of Cores per Node -BSIEnabled: Bit Slice Index Frames in use. -TimeQuantumEnabled: Time Quantum Frames in use. -InverseEnabled: Inverse Frames in use. -NumIndexes: Number of Indexes in the Cluster. -NumFrames: Number of Frames in the Cluster. -NumSlices: Number of Slices in the Cluster. -NumViews: Number of Views in the Cluster. -OpenFiles: Open file handle count. -GoRoutines: Go routine count. - +- Version: Version string of the build. +- Host: Host URI. +- Cluster: List of nodes in the Cluster. +- NumNodes: Number of nodes in the Cluster. +- NumCPU: Number of Cores per Node +- BSIEnabled: Bit Slice Index Frames in use. +- TimeQuantumEnabled: Time Quantum Frames in use. +- InverseEnabled: Inverse Frames in use. +- NumIndexes: Number of Indexes in the Cluster. +- NumFrames: Number of Frames in the Cluster. +- NumSlices: Number of Slices in the Cluster. +- NumViews: Number of Views in the Cluster. +- OpenFiles: Open file handle count. +- GoRoutines: Go routine count. + You can opt-out of the Pilosa diagnostics reporting by setting either the command line configuration option `--metric.diagnostics=false`, use the `PILOSA_METRIC_DIAGNOSTICS` environment variable, or the TOML configuration file `[metric]` `diagnostics` option. #### Metrics