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
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
You can also override this default on a per-metric basis using
54
+
the SQL function `set_metric_retention_period(metric_name, interval)`
55
+
and undo this override with `reset_metric_retention_period(metric_name)`.
56
+
57
+
Note: The default applies to all metrics that do not have override,
58
+
no matter whether they were created before or after the call to
59
+
`set_default_retention_period`.
60
+
44
61
# Working with SQL data
45
62
46
63
We describe how to use our pre-defined views and functions to work with the prometheus data in [the SQL schema doc](docs/sql_schema.md).
@@ -57,6 +74,11 @@ This is used as a dependency from the `timescale-observability` Helm chart and c
57
74
58
75
## Non-Helm installation methods
59
76
77
+
Any non-helm installations also need to make sure the `drop_chunks` procedure on a regular
78
+
basis (e.g. via CRON). We recommend executing it every 30 minutes.
79
+
This is necessary to execute data retention policies according to the configured policy.
80
+
This is set up automatically in helm.
81
+
60
82
### Binaries
61
83
62
84
You can download pre-built binaries for the Timescale-Prometheus Connector [on our release page](https://github.com/timescale/timescale-prometheus/releases).
0 commit comments