We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.配置文件: plugins:
plugin_attr: prometheus: export_uri: /apisix/prometheus/metrics enable_export_server: true export_addr: ip: 0.0.0.0 port: 9091
2.验证:curl -i http://localhost: 9091/apisix/prometheus/metrics 服务不可用
3.prometheus服务状态:
4.手动添加了Prometheus插件
dashboard_version:3.0.1
The text was updated successfully, but these errors were encountered:
docker重新打包,然后重启就生效了 docker build -t apisix-gt:3.9.9 .
docker配置文件: services: apisix: image: apisix-gt:3.9.9 container_name: apisix restart: always
volumes: - ./config.yaml:/usr/local/apisix/conf/config.yaml
Sorry, something went wrong.
No branches or pull requests
Description
1.配置文件:
plugins:
plugin_attr:
prometheus:
export_uri: /apisix/prometheus/metrics
enable_export_server: true
export_addr:
ip: 0.0.0.0
port: 9091
2.验证:curl -i http://localhost: 9091/apisix/prometheus/metrics
服务不可用
3.prometheus服务状态:
4.手动添加了Prometheus插件
Environment
dashboard_version:3.0.1
The text was updated successfully, but these errors were encountered: