正在玩命开发中 ...
| 管理员名 | 昵称 | 创建时间 | 更新时间 | 操作 |
|---|---|---|---|---|
| @item.AdminName | @item.NickName | @item.Created | @item.Updated |
|
Request ID: @Model.RequestId
Swapping to the Development environment displays detailed information about the error that occurred.
The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development and restarting the app.
| 中间件名称 | 服务端 | 通信类型 | 执行权重 | 状态 | 描述 | 创建时间 | 更新时间 | 操作 |
|---|---|---|---|---|---|---|---|---|
| @item.Name | @item.Server |
@switch(item.SignalType)
{
case SignalTypeEnum.Http:
http
break;
default:
grpc
break;
}
|
@item.ExecWeight |
|
@item.Description | @item.Created | @item.Updated |
|
| 节点名称 | 节点服务端地址 | 授权访问Token | 描述 | 创建时间 | 更新时间 | 操作 |
|---|---|---|---|---|---|---|
| @item.NodeName | @item.Server | @item.AccessToken | @item.Description | @item.Created | @item.Updated |
|
| 白名单名称 | 作用域 | 过滤文本 | 请求方式 | 状态 | 创建时间 | 操作 |
|---|---|---|---|---|---|---|
| @item.Name | @item.RouteName | @item.FilterText | @item.RequestMethod |
|
@item.Created |
|
| 路由名称 | 路由路径 | 负载均衡策略 | 服务治理类型 | 服务治理名称 | 状态 | 创建时间 | 描述 | 操作 |
|---|---|---|---|---|---|---|---|---|
| @item.RouteName | @item.RouteMatchPath |
@switch(item.LoadBalancingPolicy)
{
case "FirstAlphabetical" :
第一个可用
break;
case "Random":
随机
break;
case "RoundRobin":
顺序循环
break;
case "LeastRequests":
请求最少
break;
default:
默认
break;
}
|
@switch(item.ServiceGovernanceType)
{
case ServiceGovernanceType.Consul:
Consul
break;
default:
默认
break;
}
|
@item.ServiceGovernanceName |
|
@item.Created | @item.Description |
|
Sorry, there's nothing at this address.