Emit correlated JSON logs from the API and FunASR services, propagate request IDs to the client, and configure bounded opt-in Docker logging. Document the host-wide Grafana/Loki query workflow and keep observability deployment ownership outside the application repository.
88 lines
1.1 KiB
Plaintext
88 lines
1.1 KiB
Plaintext
.profile-page {
|
|
padding-top: 48rpx;
|
|
}
|
|
|
|
.server-card,
|
|
.identity-card {
|
|
margin-top: 28rpx;
|
|
padding: 24rpx;
|
|
}
|
|
|
|
.identity-card {
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.section-title,
|
|
.identity-value {
|
|
display: block;
|
|
}
|
|
|
|
.section-title {
|
|
color: #1c1c1e;
|
|
font-size: 30rpx;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.url-label {
|
|
display: block;
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
.url-input {
|
|
height: 78rpx;
|
|
margin-top: 12rpx;
|
|
padding: 0 20rpx;
|
|
border: 1rpx solid #e5e5ea;
|
|
border-radius: 12rpx;
|
|
background: #f1f3f6;
|
|
color: #1c1c1e;
|
|
font-size: 27rpx;
|
|
}
|
|
|
|
.connection-row {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.connection-dot {
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
border-radius: 50%;
|
|
background: #8e8e93;
|
|
}
|
|
|
|
.connection-success {
|
|
background: #248a3d;
|
|
}
|
|
|
|
.connection-warning {
|
|
background: #c66a00;
|
|
}
|
|
|
|
.connection-error {
|
|
background: #d13f3a;
|
|
}
|
|
|
|
.connection-text {
|
|
color: #3a3a3c;
|
|
font-size: 25rpx;
|
|
}
|
|
|
|
.request-id-row {
|
|
margin-left: 28rpx;
|
|
}
|
|
|
|
.check-button {
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
.identity-value {
|
|
margin-top: 18rpx;
|
|
color: #007aff;
|
|
font-size: 24rpx;
|
|
font-weight: 700;
|
|
word-break: break-all;
|
|
}
|