mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
* Code adaptation k8s: service discovery and registration adaptation, configuration adaptation * Initial submission of the help charts script for openim API * change the help charts script * change the help charts script * change helm chart codes * change dockerfiles script * change chart script:add configmap mounts * change chart script:change repository * change chart script:msggateway add one service * change config.yaml * roll back some config values * change chart script:change Ingress rule with a rewrite annotation * add mysql charts scrible * change chart script:add mysql.config.yaml * add nfs provisioner charts * change chart script:add nfs.config.yaml * add ingress-nginx charts * change chart script:add ingress-nginx.config.yaml * add redis &mongodb charts * add kafka&minio charts * change chart script:change redis.values.yaml * change chart script:add redis.config.yaml * change chart script:change redis.config.yaml * change chart script:change mongodb.value.yaml * change chart script:change mongodb.value.yaml * change chart script:add mongodb.config.yaml * change chart script:change minio.values.yaml * change chart script:add minio.config.yaml * change chart script:change kafka.values.yaml * change chart script:add kafka.config.yaml * change chart script:change services.config.yaml * bug fix:Delete websocket's Port restrictions * bug fix:change port value * change chart script:Submit a stable version script * fix bug:Implement option interface * fix bug:change K8sDR.Register * change config.yaml * change chats script:minio service add ingress * change chats script:minio service add ingress * change chats script:kafka.replicaCount=3& change minio.api ingress * delete change chats script * change config.yaml * change openim.yaml * merge go.sum * Add monitoring function and struct for Prometheus on gin and GRPC * Add GRPC and gin server monitoring logic * Add GRPC and gin server monitoring logic2 * Add GRPC and gin server monitoring logic3 * Add GRPC and gin server monitoring logic4 * Add GRPC and gin server monitoring logic5 * Add GRPC and gin server monitoring logic6 * Add GRPC and gin server monitoring logic7 * delete:old monitoring code * add for test * fix bug:change packname * fix bug:delete getPromPort funciton * fix bug:delete getPromPort funciton * fix bug:change logs * fix bug:change registerName logic in GetGrpcCusMetrics function * add getPrometheus url api * fix:config path logic * fix:prometheus enable function * fix:prometheus enable function * fix:transfer Multi process monitoring logic * del:del not using manifest * fix:openim-msgtransfer.sh * fix:openim-msgtransfer.sh * cicd: robot automated Change * delete not using files * add prometheus docker-compose for monitor * fix prometheus.yaml * fix environment.sh * fix init-config.sh * fix init-config.sh * fix env_template.yaml * fix docker-compose.yml * fix docker-compose.yml * add openim_admin_front service * change openim-admin-front * del not using files * add node-exporter-dashaboard.yaml * cicd: robot automated Change * cicd: robot automated Change * feature: add alertmanager function * feature: add alertmanager function * feature: add alertmanager function * feature: add alertmanager function * feature: add alertmanager function * del:delete not using files * del:delete not using files * change:change to personal email info * feat: deployment and design of management backend and monitoring Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat: deployment and design of management backend and monitoring Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat: deployment and design of management backend and monitoring Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --------- Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> Co-authored-by: lin.huang <lin.huang@apulis.com> Co-authored-by: xuexihuang <1339326187@qq.com> Co-authored-by: xuexihuang <xuexihuang@users.noreply.github.com> Co-authored-by: cubxxw <cubxxw@users.noreply.github.com>
86 lines
2.7 KiB
YAML
86 lines
2.7 KiB
YAML
# my global config
|
|
global:
|
|
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
|
|
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
|
|
# scrape_timeout is set to the global default (10s).
|
|
|
|
# Alertmanager configuration
|
|
alerting:
|
|
alertmanagers:
|
|
- static_configs:
|
|
- targets: ['172.28.0.1:19093']
|
|
|
|
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
|
|
rule_files:
|
|
- "instance-down-rules.yml"
|
|
# - "first_rules.yml"
|
|
# - "second_rules.yml"
|
|
|
|
# A scrape configuration containing exactly one endpoint to scrape:
|
|
# Here it's Prometheus itself.
|
|
scrape_configs:
|
|
# The job name is added as a label "job='job_name'"" to any timeseries scraped from this config.
|
|
# Monitored information captured by prometheus
|
|
- job_name: 'node-exporter'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:19100' ]
|
|
labels:
|
|
namespace: 'default'
|
|
|
|
# prometheus fetches application services
|
|
- job_name: 'openimserver-openim-api'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:20100' ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-msggateway'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:20140' ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-msgtransfer'
|
|
static_configs:
|
|
- targets: [ 172.28.0.1:21400, 172.28.0.1:21401, 172.28.0.1:21402, 172.28.0.1:21403 ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-push'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:20170' ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-rpc-auth'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:20160' ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-rpc-conversation'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:20230' ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-rpc-friend'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:20120' ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-rpc-group'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:20150' ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-rpc-msg'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:20130' ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-rpc-third'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:21301' ]
|
|
labels:
|
|
namespace: 'default'
|
|
- job_name: 'openimserver-openim-rpc-user'
|
|
static_configs:
|
|
- targets: [ '172.28.0.1:20110' ]
|
|
labels:
|
|
namespace: 'default'
|