Update project configuration and enhance OpenTelemetry integration
- Modified `.gitignore` to include and manage `.devcontainer/signoz/data/*` while preserving `.keep` files. - Updated `.prettierrc` to include the `@prettier/plugin-xml` plugin and configured XML formatting options. - Added OpenTelemetry SDK and exporter gems to the `Gemfile` for enhanced monitoring capabilities. - Removed `package-lock.json` as part of the transition to Yarn for dependency management. - Enhanced `.devcontainer` configuration with new services for SigNoz, including ClickHouse and related configurations. - Introduced new ClickHouse configuration files for user and cluster settings. - Updated Nginx and OpenTelemetry collector configurations to support new logging and monitoring features. - Improved user experience in the `UserSearchBar` component by updating the placeholder text. These changes aim to improve project maintainability, monitoring capabilities, and user experience.
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -74,9 +74,13 @@ group :development, :staging do
|
||||
require: %w[enable_rails_patches rack-mini-profiler]
|
||||
gem "stackprof"
|
||||
|
||||
# temporary ref of rails_live_reload to a commit that adds ignore patterns
|
||||
# to the Listen gem
|
||||
gem "rails_live_reload",
|
||||
git: "https://github.com/railsjazz/rails_live_reload",
|
||||
ref: "dcd3b73904594e2c5134c2f6e05954f3937a8d29"
|
||||
# git: "https://github.com/mktakuya/rails_live_reload",
|
||||
# ref: "95d7ac7c03e8c702066ed3dc9cd70a965412e2d2"
|
||||
# gem "rails_live_reload", "0.4.0"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user