Skip to content

Commit 17253d4

Browse files
committed
Usage guides: Add documentation URLs to each configuration file
This gives users more orientation after downloading usage guide assets.
1 parent 1320ecb commit 17253d4

File tree

25 files changed

+39
-0
lines changed

25 files changed

+39
-0
lines changed

docs/integrate/amqp/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Service composition file for Docker Compose or Podman Compose
2+
# https://cratedb.com/docs/guide/integrate/amqp/
23

34
services:
45

docs/integrate/collectd/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# https://cratedb.com/docs/guide/integrate/collectd/
2+
13
FROM docker.io/debian:13-slim
24

35
# Configure system environment.

docs/integrate/collectd/collectd-cratedb.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# collectd configuration for storing metrics into CrateDB.
2+
# https://cratedb.com/docs/guide/integrate/collectd/
3+
24
# https://collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresql
35

46
LoadPlugin postgresql

docs/integrate/collectd/collectd-telegraf.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# collectd configuration for sending metrics to Telegraf.
2+
# https://cratedb.com/docs/guide/integrate/collectd/
3+
24
# https://collectd.org/documentation/manpages/collectd.conf.html#plugin-network
35

46
LoadPlugin network

docs/integrate/collectd/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Service composition file for Docker Compose or Podman Compose
2+
# https://cratedb.com/docs/guide/integrate/collectd/
23

34
services:
45

docs/integrate/collectd/telegraf.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Telegraf configuration with CrateDB output.
2+
# https://cratedb.com/docs/guide/integrate/collectd/
3+
14
[[inputs.socket_listener]]
25
service_address = "udp://:25826"
36

docs/integrate/influxdb/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Service composition file for Docker Compose or Podman Compose
2+
# https://cratedb.com/docs/guide/integrate/influxdb/
23

34
services:
45

docs/integrate/mongodb/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Service composition file for Docker Compose or Podman Compose
2+
# https://cratedb.com/docs/guide/integrate/mongodb/
23

34
services:
45

docs/integrate/mqtt/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Service composition file for Docker Compose or Podman Compose
2+
# https://cratedb.com/docs/guide/integrate/mqtt/
23

34
services:
45

docs/integrate/mysql/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Service composition file for Docker Compose or Podman Compose
2+
# https://cratedb.com/docs/guide/integrate/mysql/
23

34
services:
45

0 commit comments

Comments
 (0)