diff --git a/.github/config.yml b/.github/config.yml index d31bb878b4..ecbab95fd7 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -17,7 +17,7 @@ newPRWelcomeComment: > # Comment to be posted to on pull requests merged by a first time user firstPRMergeComment: > Congrats on merging your first pull request! - + ![minion-party](https://i.imgur.com/Xlg59lP.gif) We here at SigNoz are proud of you! 🥳 diff --git a/.github/workflows/e2e-k3s.yaml b/.github/workflows/e2e-k3s.yaml index da3db01917..a1a307a9d9 100644 --- a/.github/workflows/e2e-k3s.yaml +++ b/.github/workflows/e2e-k3s.yaml @@ -57,7 +57,7 @@ jobs: --set frontend.service.type=LoadBalancer \ --set queryService.image.tag=$DOCKER_TAG \ --set frontend.image.tag=$DOCKER_TAG - + # get pods, services and the container images kubectl get pods -n platform kubectl get svc -n platform diff --git a/.github/workflows/pr_verify_linked_issue.yml b/.github/workflows/pr_verify_linked_issue.yml index adf2718a46..3fd5abd2ec 100644 --- a/.github/workflows/pr_verify_linked_issue.yml +++ b/.github/workflows/pr_verify_linked_issue.yml @@ -17,4 +17,3 @@ jobs: uses: hattan/verify-linked-issue-action@v1.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 751b9053f2..c19c4f5452 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -24,4 +24,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - \ No newline at end of file diff --git a/deploy/docker/clickhouse-setup/docker-compose.yaml b/deploy/docker/clickhouse-setup/docker-compose.yaml index 3a6478e5ec..5d85835c8f 100644 --- a/deploy/docker/clickhouse-setup/docker-compose.yaml +++ b/deploy/docker/clickhouse-setup/docker-compose.yaml @@ -231,15 +231,15 @@ services: <<: *clickhouse-depend hotrod: - image: jaegertracing/example-hotrod:1.30 - container_name: hotrod - logging: - options: - max-size: 50m - max-file: "3" - command: ["all"] - environment: - - JAEGER_ENDPOINT=http://otel-collector:14268/api/traces + image: jaegertracing/example-hotrod:1.30 + container_name: hotrod + logging: + options: + max-size: 50m + max-file: "3" + command: ["all"] + environment: + - JAEGER_ENDPOINT=http://otel-collector:14268/api/traces load-hotrod: image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"