Closed tataihono closed 3 months ago
I see you added the "on stage" label, I'll get this merged to the stage branch!
This comment will be updated when code changes.
Ran Plan for dir: infrastructure
workspace: default
Plan Error
Warnings | |
---|---|
:warning: | :exclamation: Big PR (3169 changes) |
(change count - 3169): Pull Request size seems relatively large. If Pull Request contains multiple changes, split each into separate PR will helps faster, easier review.
Generated by :no_entry_sign: dangerJS against 0ed2a7a3c1cdac4c1344b294142d4a5ede3d9bba
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
docs | β Ready | Visit Preview | Fri Oct 11 03:42:30 UTC 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
arclight | β Ready | Visit Preview | Fri Oct 11 03:43:07 UTC 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
journeys | β Ready | Visit Preview | Fri Oct 11 03:41:32 UTC 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
videos-admin | β Ready | Visit Preview | Fri Oct 11 03:43:15 UTC 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
watch | β Ready | Visit Preview | Fri Oct 11 03:43:40 UTC 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
journeys-admin | β Ready | Visit Preview | Fri Oct 11 03:44:20 UTC 2024 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.29%. Comparing base (
bba3afe
) to head (0ed2a7a
). Report is 631 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ran Plan for dir: infrastructure
workspace: default
Plan Error
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
Plan Error
the default workspace at path infrastructure is currently locked by another command that is running for this pull request.
Wait until the previous command is complete and try again
Ran Plan for dir: infrastructure
workspace: default
Plan Error
Warning: Output length greater than max comment size. Continued in next comment.
Continued plan output from previous comment.
Ran Plan for dir: infrastructure
workspace: default
atlantis apply -d infrastructure
atlantis plan -d infrastructure
Plan: 12 to add, 12 to change, 12 to destroy.
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
Plan Error
the default workspace at path infrastructure is currently locked by another command that is running for this pull request.
Wait until the previous command is complete and try again
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Locks and plans deleted for the projects and workspaces modified in this pull request:
infrastructure
workspace: default
This pull request introduces OpenTelemetry tracing across multiple services to enhance observability. The key changes include adding tracing plugins and configurations, updating imports, and modifying schema builders to integrate tracing capabilities.
Tracing Integration:
apps/api-analytics/src/schema/builder.ts
: AddedTracingPlugin
and configured OpenTelemetry wrapper to create spans for tracing. [1] [2] [3]apps/api-analytics/src/yoga.ts
: Imported and addedtracingPlugin
to the Yoga configuration. [1] [2]apps/api-journeys-modern/src/schema/builder.ts
: AddedTracingPlugin
and configured OpenTelemetry wrapper to create spans for tracing.apps/api-journeys-modern/src/yoga.ts
: Imported and addedtracingPlugin
to the Yoga configuration. [1] [2]apps/api-languages/src/schema/builder.ts
: AddedTracingPlugin
and configured OpenTelemetry wrapper to create spans for tracing.apps/api-languages/src/yoga.ts
: Imported and addedtracingPlugin
to the Yoga configuration. [1] [2]apps/api-media/src/schema/builder.ts
: AddedTracingPlugin
and configured OpenTelemetry wrapper to create spans for tracing. [1] [2] [3]apps/api-media/src/yoga.ts
: Imported and addedtracingPlugin
to the Yoga configuration. [1] [2]apps/api-users/src/schema/builder.ts
: AddedTracingPlugin
and configured OpenTelemetry wrapper to create spans for tracing. [1] [2] [3]apps/api-users/src/yoga.ts
: Imported and addedtracingPlugin
to the Yoga configuration. [1] [2]Additional Changes:
infrastructure/modules/aws/ecs-task/main.tf
: AddedSERVICE_NAME
environment variable to ECS task definition.libs/yoga/src/tracer/index.ts
: Exportedprovider
,tracer
, andtracingPlugin
from the tracer module.libs/yoga/src/tracer/tracer.ts
: Implemented OpenTelemetry tracing setup including span processors and tracing plugin for GraphQL Yoga.package.json
: Added OpenTelemetry dependencies for tracing.