Skip to content

Commit

Permalink
Metrics: Improve page layout / reading flow
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 9, 2024
1 parent 0747de4 commit 2ca2d6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/integrate/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Prometheus collects and stores its metrics as time series data, i.e.
metrics information is stored with the timestamp at which it was recorded,
alongside optional key-value pairs called labels.

### Features
**Features**

Prometheus's main features are:

Expand All @@ -33,7 +33,7 @@ Prometheus's main features are:
- multiple modes of graphing and dashboarding support


### Remote Endpoints and Storage
**Remote Endpoints and Storage**

The [Prometheus remote endpoints and storage] subsystem, based on its
[remote write] and [remote read] features, allows to transparently
Expand All @@ -46,7 +46,7 @@ take advantage of its high ingestion and query speed and friendly UI to
massively scale-out Prometheus.


### Resources
**Resources**

- [CrateDB Prometheus Adapter]
- [Getting Started With Prometheus and CrateDB for Long-Term Storage]
Expand All @@ -69,7 +69,7 @@ massively scale-out Prometheus.

```{div}
:style: "float: right"
[![](https://raw.githubusercontent.com/influxdata/branding/master/docs/img/logo-usage/logo-symbol-black.svg){w=180px}](https://www.influxdata.com/time-series-platform/telegraf/)
[![](https://github.com/crate/crate-clients-tools/assets/453543/3f0b4525-5344-42fe-bae6-1b0970fa0540){w=180px}](https://www.influxdata.com/time-series-platform/telegraf/)
```

[Telegraf] is a leading open source server agent to help you collect metrics
Expand All @@ -81,7 +81,7 @@ events from databases, systems, and IoT sensors. Telegraf is written in Go
and compiles into a single binary with no external dependencies, and requires
a very minimal memory footprint.

### Scope
**Overview**

- **IoT sensors**: Collect critical stateful data (pressure levels, temperature
levels, etc.) with popular protocols like MQTT, ModBus, OPC-UA, and Kafka.
Expand All @@ -93,7 +93,7 @@ a very minimal memory footprint.
- **System telemetry**: Metrics from system telemetry like iptables, Netstat,
NGINX, and HAProxy help provide a full stack view of your apps.

### Resources
**Resources**

- [Use CrateDB With Telegraf, an Agent for Collecting & Reporting Metrics]

Expand Down

0 comments on commit 2ca2d6c

Please sign in to comment.