Platform link audit
parent
36a869c725
commit
5bc9fbd786
|
@ -13,7 +13,7 @@ weight: 1
|
||||||
|
|
||||||
## InfluxData 1.x
|
## InfluxData 1.x
|
||||||
|
|
||||||
The **InfluxData 1.x platform** includes the following open source components ([TICK stack](#tick-stack-components)):
|
The **InfluxData 1.x platform** includes the following open source components ([TICK stack](#influxdata-1-x-tick-stack)):
|
||||||
|
|
||||||
- [Telegraf](#telegraf): collect data
|
- [Telegraf](#telegraf): collect data
|
||||||
- [InfluxDB](#influxdb): store data
|
- [InfluxDB](#influxdb): store data
|
||||||
|
|
|
@ -29,7 +29,7 @@ internal goroutine statistics, write statistics, series cardinality, and others,
|
||||||
and stores them in the `_internal` database.
|
and stores them in the `_internal` database.
|
||||||
_For the recommendation about `_internal` databases, see [Disable the `_internal` database in production clusters](#disable-the-internal-database-in-production-clusters) below._
|
_For the recommendation about `_internal` databases, see [Disable the `_internal` database in production clusters](#disable-the-internal-database-in-production-clusters) below._
|
||||||
|
|
||||||
[Monitoring dashboards](/platform/monitoring/monitoring-dashboards) are available
|
[Monitoring dashboards](/platform/monitoring/influxdata-platform/monitoring-dashboards/) are available
|
||||||
that visualize the default metrics provided in each of these databases.
|
that visualize the default metrics provided in each of these databases.
|
||||||
You can also [configure Kapacitor alerts](/{{< latest "kapacitor" >}}/working/alerts/)
|
You can also [configure Kapacitor alerts](/{{< latest "kapacitor" >}}/working/alerts/)
|
||||||
to monitor and alert on each of these metrics.
|
to monitor and alert on each of these metrics.
|
||||||
|
|
|
@ -37,55 +37,55 @@ Kapacitor exposes the following measurements and fields through the
|
||||||
`/kacapitor/v1/debug/vars` endpoint.
|
`/kacapitor/v1/debug/vars` endpoint.
|
||||||
|
|
||||||
- [kapacitor](#kapacitor)
|
- [kapacitor](#kapacitor)
|
||||||
- [num_enabled_tasks](#num_enabled_tasks)
|
- [num_enabled_tasks](#num-enabled-tasks)
|
||||||
- [num_subscriptions](#num_subscriptions)
|
- [num_subscriptions](#num-subscriptions)
|
||||||
- [num_tasks](#num_tasks)
|
- [num_tasks](#num-tasks)
|
||||||
- [kapacitor_edges](#kapacitor_edges)
|
- [kapacitor_edges](#kapacitor-edges)
|
||||||
- [collected](#collected)
|
- [collected](#collected)
|
||||||
- [emitted](#emitted)
|
- [emitted](#emitted)
|
||||||
- [kapacitor_ingress](#kapacitor_ingress)
|
- [kapacitor_ingress](#kapacitor-ingress)
|
||||||
- [points_received](#points_received)
|
- [points_received](#points-received)
|
||||||
- [kapacitor_load](#kapacitor_load)
|
- [kapacitor_load](#kapacitor-load)
|
||||||
- [errors](#errors)
|
- [errors](#errors)
|
||||||
- [kapacitor_memstats](#kapacitor_memstats)
|
- [kapacitor_memstats](#kapacitor-memstats)
|
||||||
- [alloc_bytes](#alloc_bytes)
|
- [alloc_bytes](#alloc-bytes)
|
||||||
- [buck_hash_sys_bytes](#buck_hash_sys_bytes)
|
- [buck_hash_sys_bytes](#buck-hash-sys-bytes)
|
||||||
- [frees](#frees)
|
- [frees](#frees)
|
||||||
- [gc_sys_bytes](#gc_sys_bytes)
|
- [gc_sys_bytes](#gc-sys-bytes)
|
||||||
- [gcc_pu_fraction](#gcc_pu_fraction)
|
- [gcc_pu_fraction](#gcc-pu-fraction)
|
||||||
- [heap_alloc_bytes](#heap_alloc_bytes)
|
- [heap_alloc_bytes](#heap-alloc-bytes)
|
||||||
- [heap_idle_bytes](#heap_idle_bytes)
|
- [heap_idle_bytes](#heap-idle-bytes)
|
||||||
- [heap_in_use_bytes](#heap_in_use_bytes)
|
- [heap_in_use_bytes](#heap-in-use-bytes)
|
||||||
- [heap_objects](#heap_objects)
|
- [heap_objects](#heap-objects)
|
||||||
- [heap_released_bytes](#heap_released_bytes)
|
- [heap_released_bytes](#heap-released-bytes)
|
||||||
- [heap_sys_bytes](#heap_sys_bytes)
|
- [heap_sys_bytes](#heap-sys-bytes)
|
||||||
- [last_gc_ns](#last_gc_ns)
|
- [last_gc_ns](#last-gc-ns)
|
||||||
- [lookups](#lookups)
|
- [lookups](#lookups)
|
||||||
- [mallocs](#mallocs)
|
- [mallocs](#mallocs)
|
||||||
- [mcache_in_use_bytes](#mcache_in_use_bytes)
|
- [mcache_in_use_bytes](#mcache-in-use-bytes)
|
||||||
- [mcache_sys_bytes](#mcache_sys_bytes)
|
- [mcache_sys_bytes](#mcache-sys-bytes)
|
||||||
- [mspan_in_use_bytes](#mspan_in_use_bytes)
|
- [mspan_in_use_bytes](#mspan-in-use-bytes)
|
||||||
- [mspan_sys_bytes](#mspan_sys_bytes)
|
- [mspan_sys_bytes](#mspan-sys-bytes)
|
||||||
- [next_gc_ns](#next_gc_ns)
|
- [next_gc_ns](#next-gc-ns)
|
||||||
- [num_gc](#num_gc)
|
- [num_gc](#num-gc)
|
||||||
- [other_sys_bytes](#other_sys_bytes)
|
- [other_sys_bytes](#other-sys-bytes)
|
||||||
- [pause_total_ns](#pause_total_ns)
|
- [pause_total_ns](#pause-total-ns)
|
||||||
- [stack_in_use_bytes](#stack_in_use_bytes)
|
- [stack_in_use_bytes](#stack-in-use-bytes)
|
||||||
- [stack_sys_bytes](#stack_sys_bytes)
|
- [stack_sys_bytes](#stack-sys-bytes)
|
||||||
- [sys_bytes](#sys_bytes)
|
- [sys_bytes](#sys-bytes)
|
||||||
- [total_alloc_bytes](#total_alloc_bytes)
|
- [total_alloc_bytes](#total-alloc-bytes)
|
||||||
- [kapacitor_nodes](#kapacitor_nodes)
|
- [kapacitor_nodes](#kapacitor-nodes)
|
||||||
- [alerts_inhibited](#alerts_inhibited)
|
- [alerts_inhibited](#alerts-inhibited)
|
||||||
- [alerts_triggered](#alerts_triggered)
|
- [alerts_triggered](#alerts-triggered)
|
||||||
- [avg_exec_time_ns](#avg_exec_time_ns)
|
- [avg_exec_time_ns](#avg-exec-time-ns)
|
||||||
- [crits_triggered](#crits_triggered)
|
- [crits_triggered](#crits-triggered)
|
||||||
- [errors](#errors)
|
- [errors](#errors)
|
||||||
- [infos_triggered](#infos_triggered)
|
- [infos_triggered](#infos-triggered)
|
||||||
- [oks_triggered](#oks_triggered)
|
- [oks_triggered](#oks-triggered)
|
||||||
- [points_written](#points_written)
|
- [points_written](#points-written)
|
||||||
- [warns_triggered](#warns_triggered)
|
- [warns_triggered](#warns-triggered)
|
||||||
- [write_errors](#write_errors)
|
- [write_errors](#write-errors)
|
||||||
- [kapacitor_topics](#kapacitor_topics)
|
- [kapacitor_topics](#kapacitor-topics)
|
||||||
- [collected](#collected)
|
- [collected](#collected)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -77,7 +77,7 @@ to visualize InfluxDB `_internal` metrics.
|
||||||
- [hh](#hh-enterprise-only) (Enterprise only)
|
- [hh](#hh-enterprise-only) (Enterprise only)
|
||||||
- [writeShardReq](#writeshardreq)
|
- [writeShardReq](#writeshardreq)
|
||||||
- [writeShardReqPoints](#writeshardreqpoints)
|
- [writeShardReqPoints](#writeshardreqpoints)
|
||||||
- [hh_database](#hh-database) (Enterprise only)
|
- [hh_database](#hh-database-enterprise-only) (Enterprise only)
|
||||||
- [bytesRead](#bytesread)
|
- [bytesRead](#bytesread)
|
||||||
- [bytesWritten](#byteswritten)
|
- [bytesWritten](#byteswritten)
|
||||||
- [queueBytes](#queuebytes)
|
- [queueBytes](#queuebytes)
|
||||||
|
@ -111,7 +111,7 @@ to visualize InfluxDB `_internal` metrics.
|
||||||
- [promReadReq](#promreadreq)
|
- [promReadReq](#promreadreq)
|
||||||
- [promWriteReq](#promwritereq)
|
- [promWriteReq](#promwritereq)
|
||||||
- [fluxQueryReq](#fluxqueryreq)
|
- [fluxQueryReq](#fluxqueryreq)
|
||||||
- [fluxQueryDurationNs](#fluxquerydurationns)
|
- [fluxQueryDurationNs](#fluxqueryreqdurationns)
|
||||||
- [queryReq](#queryreq)
|
- [queryReq](#queryreq)
|
||||||
- [queryReqDurationNs](#queryreqdurationns)
|
- [queryReqDurationNs](#queryreqdurationns)
|
||||||
- [queryRespBytes](#queryrespbytes)
|
- [queryRespBytes](#queryrespbytes)
|
||||||
|
@ -220,7 +220,7 @@ to visualize InfluxDB `_internal` metrics.
|
||||||
- [numFiles](#numfiles)
|
- [numFiles](#numfiles)
|
||||||
- [tsm1_wal](#tsm1-wal)
|
- [tsm1_wal](#tsm1-wal)
|
||||||
- [currentSegmentDiskBytes](#currentsegmentdiskbytes)
|
- [currentSegmentDiskBytes](#currentsegmentdiskbytes)
|
||||||
- [oldSegmentsDiskBytes](#oldsegmentsdiskbytes)
|
- [oldSegmentDiskBytes](#oldsegmentdiskbytes)
|
||||||
- [writeErr](#writeerr)
|
- [writeErr](#writeerr)
|
||||||
- [writeOk](#writeok)
|
- [writeOk](#writeok)
|
||||||
- [write](#write)
|
- [write](#write)
|
||||||
|
@ -234,7 +234,7 @@ to visualize InfluxDB `_internal` metrics.
|
||||||
- [writeDrop](#writedrop)
|
- [writeDrop](#writedrop)
|
||||||
- [writeError](#writeerror)
|
- [writeError](#writeerror)
|
||||||
- [writeOk](#writeok)
|
- [writeOk](#writeok)
|
||||||
- [writePartial](#writePartial-enterprise-only) (Enterprise only)
|
- [writePartial](#writepartial-enterprise-only) (Enterprise only)
|
||||||
- [writeTimeout](#writetimeout)
|
- [writeTimeout](#writetimeout)
|
||||||
{{% /truncate %}}
|
{{% /truncate %}}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ menu:
|
||||||
It's very important that components of your TICK stack do not run out of disk.
|
It's very important that components of your TICK stack do not run out of disk.
|
||||||
A machine with 100% disk usage will not function properly.
|
A machine with 100% disk usage will not function properly.
|
||||||
|
|
||||||
In a [monitoring dashboard](/platform/monitoring/monitoring-dashboards), high disk usage
|
In a [monitoring dashboard](/platform/monitoring/influxdata-platform/monitoring-dashboards/), high disk usage
|
||||||
will appear in the **Disk Utilization %** metric and look similar to the following:
|
will appear in the **Disk Utilization %** metric and look similar to the following:
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -14,7 +14,7 @@ of memory until the operating system is forced to kill and restart the process.
|
||||||
When the process is killed, memory allocated to the process is released, but after
|
When the process is killed, memory allocated to the process is released, but after
|
||||||
restarting, it continues to use more and more RAM until the cycle repeats.
|
restarting, it continues to use more and more RAM until the cycle repeats.
|
||||||
|
|
||||||
In a [monitoring dashboard](/platform/monitoring/monitoring-dashboards), an OOM loop
|
In a [monitoring dashboard](/platform/monitoring/influxdata-platform/monitoring-dashboards/), an OOM loop
|
||||||
will appear in the **Memory Usage %** metric and look similar to the following:
|
will appear in the **Memory Usage %** metric and look similar to the following:
|
||||||
|
|
||||||

|

|
||||||
|
|
Loading…
Reference in New Issue