diff --git a/docs/administration.md b/docs/administration.md
index 22db9c797..795d6f1c4 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
@@ -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.