mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 08:04:10 +00:00
* minor change for volume permission spec Signed-off-by: Yash Sharma <yashrsharma44@gmail.com> * added basic files of clickhouse chart Signed-off-by: Yash Sharma <yashrsharma44@gmail.com> * added a simple deployment yaml Signed-off-by: Yash Sharma <yashrsharma44@gmail.com> * added clickhouse support in signoz Signed-off-by: Yash Sharma <yashrsharma44@gmail.com> * clickhouse working Signed-off-by: Yash Sharma <yashrsharma44@gmail.com> * chore: helm charts wip * chore: fixing path of otel-path in hotrod * chore: wip running clickhouse in templates * chore: clickhouse working in templates * chore: clickhouse helm chart upgraded to latest query-service and frontend images * chore: cleanup and upgrading signoz chart version * chore: adding alertmanager and minor fixes * chore: persistence enabled for query-service and clickhouse * chore: scrape interval reduced to 30s * chore: changed crd api version from v1beta1 to v1 * chore: removed druid parts in values.yaml * chore: log container removed from clickhouse * chore: removed *.tgz from gitignore to add charts * chore: added dependency charts * chore: added clickhouse-operator templates Co-authored-by: Yash Sharma <yashrsharma44@gmail.com>
45 lines
641 B
Plaintext
45 lines
641 B
Plaintext
node_modules
|
|
yarn.lock
|
|
package.json
|
|
|
|
deploy/docker/environment_tiny/common_test
|
|
frontend/node_modules
|
|
frontend/.pnp
|
|
*.pnp.js
|
|
|
|
# testing
|
|
frontend/coverage
|
|
|
|
# production
|
|
frontend/build
|
|
frontend/.vscode
|
|
frontend/.yarnclean
|
|
frontend/.temp_cache
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
frontend/npm-debug.log*
|
|
frontend/yarn-debug.log*
|
|
frontend/yarn-error.log*
|
|
frontend/src/constants/env.ts
|
|
frontend/cypress/**/*.mp4
|
|
|
|
# env file for cypress
|
|
frontend/cypress.env.json
|
|
|
|
.idea
|
|
|
|
**/.vscode
|
|
**/build
|
|
**/storage
|
|
**/locust-scripts/__pycache__/
|
|
**/__debug_bin
|
|
|
|
frontend/*.env
|
|
pkg/query-service/signoz.db
|