celeborn/conf
sychen dd65e74f99 [CELEBORN-983] Rename PrometheusMetric configuration
### What changes were proposed in this pull request?
Replace
```properties
celeborn.metrics.master.prometheus.host
celeborn.metrics.master.prometheus.port
celeborn.metrics.worker.prometheus.host
celeborn.metrics.worker.prometheus.port
```
With
```properties
celeborn.master.http.host
celeborn.master.http.port
celeborn.worker.http.host
celeborn.worker.http.port
```

### Why are the changes needed?
The `celeborn.master.metrics.prometheus.port` and `celeborn.metrics.worker.prometheus.port` bind port not only serve prometheus metrics, but also provide some useful API services.

https://celeborn.apache.org/docs/latest/monitoring/#rest-api

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?

Closes #1919 from cxzl25/CELEBORN-983.

Lead-authored-by: sychen <sychen@ctrip.com>
Co-authored-by: Keyong Zhou <zhouky@apache.org>
Signed-off-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com>
2023-10-13 13:28:58 +08:00
..
celeborn-defaults.conf.template [CELEBORN-983] Rename PrometheusMetric configuration 2023-10-13 13:28:58 +08:00
celeborn-env.sh.template [CELEBORN-900][FOLLOWUP] Disable jemalloc in non-docker environment 2023-09-11 14:55:10 +08:00
hosts.template [CELEBORN-420] Add hosts template and docs about start-all scripts. (#1354) 2023-03-16 11:33:32 +08:00
log4j2.xml.template [CELEBORN-611] Improve log4j's configuration for deleting old log files when match the conditions. (#1516) 2023-05-25 20:51:53 +08:00
metrics.properties.template [REFACTOR] Change package name to org.apache.celeborn (#710) 2022-10-02 18:10:29 +08:00
quota.yaml.template [CELEBORN-140][FOLLOWUP] quota.yaml file not support default value -1 now (#1088) 2022-12-15 10:59:02 +08:00
ratis-log4j.properties.template [CELEBORN-360] Add celeborn ratis shell command line (#1294) 2023-03-02 16:30:45 +08:00