AS
Size: a a a
AS
DG
S
metricbeatConfig:Натравливаю пром в него, вроде все ок работает, но только первые 2-3 минуты, а потом контейнер просто завершается с exit code 0
metricbeat.yml: |
metricbeat.modules:
- module: prometheus
host: "0.0.0.0"
port: "9201"
metricsets:
- remote_write
output.elasticsearch:
hosts: '${ELASTICSEARCH_HOSTS:elasticsearch-master:9200}'
2021-08-10T13:59:34.023Z INFO [monitoring] log/log.go:153 Uptime: 2m10.304298888s
2021-08-10T13:59:34.023Z INFO [monitoring] log/log.go:130 Stopping metrics logging.
2021-08-10T13:59:34.023Z INFO [api] api/server.go:66 Stats endpoint (127.0.0.1:5066) finished: accept tcp 127.0.0.1:5066: use of closed network connection
2021-08-10T13:59:34.023Z INFO instance/beat.go:479 metricbeat stopped.
G
IGNORE THIS
AE
AE
ММ
AE
ММ
AE
ММ
- 9090
, а должно быть - 9090:9090
AE
AE
ММ
ММ
СА
ports:
- '127.0.0.1:9090:9090'
AE
AE
AI
G
Note for macOS users: Due to [changes in the upcoming Go 1.17](https://tip.golang.org/doc/go1.17#darwin),More
this is the last Prometheus release that supports macOS 10.12 Sierra.
* [CHANGE] Promote `--storage.tsdb.allow-overlapping-blocks` flag to...