Skip to content
New issue

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

feat: monitor logs in real time #72

Merged
merged 2 commits into from
Apr 7, 2023
Merged

Conversation

dayuy
Copy link
Contributor

@dayuy dayuy commented Apr 6, 2023

Relate #143

container: string;
}

@WebSocketGateway(8025, { path: '/bff-ws/k8s/logs' })
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注意 ingress 也需要增加对应规则

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我觉得这个应该写到oidc portal的那个bff-server里,就都可以直接用了

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

按照磊哥的意思,不想在 u4a bff-server 里加太多 u4a 不相关的功能,后续日志、监控这些模块期望做成 npm 包,方便在各个业务线的 bff-server 中共享

package.json Outdated
@@ -30,10 +30,12 @@
"@nestjs/apollo": "^10.1.7",
"@nestjs/common": "^8.0.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nestjs/common, @nestjs/platform-express 也都升级下

@Carrotzpc Carrotzpc merged commit 6b205b8 into bestchains:main Apr 7, 2023
@dayuy dayuy deleted the feat-log branch June 30, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants