You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/config-file.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,14 @@ preferred_encoding: gzip
44
44
# Enable or disable Martin web UI. At the moment, only allows `enable-for-all` which enables the web UI for all connections. This may be undesirable in a production environment. [default: disable]
45
45
web_ui: disable
46
46
47
+
# Advanced monitoring options
48
+
observability:
49
+
# Configure metrics reported under `/_/metrics`
50
+
metrics:
51
+
# Add these labels to every metric
52
+
# Example: `{ env: prod, server: martin }`
53
+
add_labels: {}
54
+
47
55
# CORS Configuration
48
56
#
49
57
# Defaults to `cors: true`, which allows all origins.
Copy file name to clipboardExpand all lines: docs/src/sources-files.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ pmtiles:
45
45
46
46
We also support forcing path style URLs for S3 buckets via the environment variable `AWS_S3_FORCE_PATH_STYLE=1` or configuration key `force_path_style: true`.
47
47
This allows you to use this functionality for [`MinIO`](https://min.io/) or similar s3-compatible instances which use path style URLs.
48
-
A path style URL is a URL that uses the bucket name as part of the path (`mys3.com/somebucket`) instead of the hostname (`somebucket.mys3.com`).
48
+
A path style URL is a URL that uses the bucket name as part of the path (`example.org/some_bucket`) instead of the hostname (`some_bucket.example.org`).
<metaproperty="og:description" content="Blazing fast and lightweight PostGIS, MBtiles and PMtiles tile server, tile generation, and mbtiles tooling" />
<metaproperty="twitter:description" content="Blazing fast and lightweight PostGIS, MBtiles and PMtiles tile server, tile generation, and mbtiles tooling" />
0 commit comments