remote_write настраивать на прометее там какойто странный коментарий в примере конфига
# remote_write configuration is used by promxy as its local Appender, meaning all
# metrics promxy would "write" (not export) would be sent to this. Examples
# of this include: recording rules, metrics on alerting rules, etc.
remote_write:
- url: http://localhost:8083/receive
если в конфиге promxy есть recording rules, то они генерируют новые данные. Их нужно куда-то записывать. Promxy их пишет по remote_write. https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/
Обсуждают сегодня