We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
根据官方文档的介绍,app.conf配置文件路径应该是在conf/app.conf,但经过多次挂载后发现该配置在该路径下是无法生效的; 最后查看文档,发现配置文件需要在 /app/conf/app.conf 路径才可以生效;其次记录告警记录的问题,配置文件生效后,在mysql内可以看到自定义模板的数据信息,但告警数据库依然是空值,需要再看源码+测试
mysql> show tables; +---------------------------+ | Tables_in_prometheusalert | +---------------------------+ | alert_record | | alert_router | | prometheus_alert_d_b | +---------------------------+
The text was updated successfully, but these errors were encountered:
No branches or pull requests
根据官方文档的介绍,app.conf配置文件路径应该是在conf/app.conf,但经过多次挂载后发现该配置在该路径下是无法生效的;
最后查看文档,发现配置文件需要在 /app/conf/app.conf 路径才可以生效;其次记录告警记录的问题,配置文件生效后,在mysql内可以看到自定义模板的数据信息,但告警数据库依然是空值,需要再看源码+测试
mysql> show tables;
+---------------------------+
| Tables_in_prometheusalert |
+---------------------------+
| alert_record |
| alert_router |
| prometheus_alert_d_b |
+---------------------------+
The text was updated successfully, but these errors were encountered: