From 7a02bfe6f293d3f3208007a14c863d1191aa075c Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Tue, 14 Nov 2017 09:59:39 -0600 Subject: [PATCH 1/2] Format list properly --- docs/administration.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 From 0254a9ecbadf626979f68316c92fc65de9d478f5 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Tue, 14 Nov 2017 11:28:12 -0600 Subject: [PATCH 2/2] Replace html strong tags with markdown strong indicators --- docs/administration.md | 87 +++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 53 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index bc40fa41c..795d6f1c4 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -128,20 +128,20 @@ 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. @@ -166,42 +166,23 @@ StatsD Tags adhere to the DataDog format (key:value), and we tag the following: ##### Events We currently track the following events -Index: The creation of a new Index. - -Frame: The creation of a new Frame. - -MaxSlice: The Creation of a new Slice. - -SetBit: Count of set bits. - -ClearBit: Count of cleared bits. - -ImportBit: During a bulk data import this represents the count of bits created. - -SetRowAttrs: Count of Attributes set per row. - -SetColumnAttrs: Count of Attributes set per collumn. - -Bitmap: Count of Bitmap queries. - -TopN: Count of TopN queries. - -Union: Count of Union queries. - -Intersection: Count of Intersection queries. - -Difference: Count of Difference queries. - -Count: Count of Count queries. - -Range: Count of Range queries. - -Snapshot: Event count when the snapshot process is triggered. - -BlockRepair: Count of data blocks that were out of sync and repaired. - -Garbage Collection: Event count when Garbage Collection occurs. - -Goroutines: Number of running Goroutines. - -OpenFiles: Number of open file handles associated with running Pilosa process ID. +- **Index:** The creation of a new Index. +- **Frame:** The creation of a new Frame. +- **MaxSlice:** The Creation of a new Slice. +- **SetBit:** Count of set bits. +- **ClearBit:** Count of cleared bits. +- **ImportBit:** During a bulk data import this represents the count of bits created. +- **SetRowAttrs:** Count of Attributes set per row. +- **SetColumnAttrs:** Count of Attributes set per collumn. +- **Bitmap:** Count of Bitmap queries. +- **TopN:** Count of TopN queries. +- **Union:** Count of Union queries. +- **Intersection:** Count of Intersection queries. +- **Difference:** Count of Difference queries. +- **Count:** Count of Count queries. +- **Range:** Count of Range queries. +- **Snapshot:** Event count when the snapshot process is triggered. +- **BlockRepair:** Count of data blocks that were out of sync and repaired. +- **Garbage Collection:** Event count when Garbage Collection occurs. +- **Goroutines:** Number of running Goroutines. +- **OpenFiles:** Number of open file handles associated with running Pilosa process ID.