Skip to content

Commit

Permalink
feat: use observability instead monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juzhiyuan committed Apr 15, 2021
1 parent 77f468e commit 6828ec7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions web/src/components/Plugin/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export enum PluginType {
security = "security",
traffic = "traffic",
serverless = "serverless",
monitoring = "monitoring",
observability = "observability",
logging = "logging",
other = "other"
}
Expand Down Expand Up @@ -73,7 +73,7 @@ export const PLUGIN_LIST = {
type: PluginType.traffic
},
"prometheus": {
type: PluginType.monitoring
type: PluginType.observability
},
"proxy-rewrite": {
type: PluginType.other
Expand All @@ -97,7 +97,7 @@ export const PLUGIN_LIST = {
type: PluginType.logging
},
"zipkin": {
type: PluginType.monitoring
type: PluginType.observability
},
"echo": {
type: PluginType.other,
Expand Down Expand Up @@ -157,10 +157,10 @@ export const PLUGIN_LIST = {
hidden: true
},
"request-id": {
type: PluginType.monitoring
type: PluginType.observability
},
"skywalking": {
type: PluginType.monitoring
type: PluginType.observability
},
"batch-requests": {
type: PluginType.other
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Plugin/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
'component.plugin.security': 'Security',
'component.plugin.traffic': 'Traffic Control',
'component.plugin.serverless': 'Serverless',
'component.plugin.monitoring': 'Analytics & Monitoring',
'component.plugin.observability': 'Tracing & Metrics & Logging',
'component.plugin.logging': 'Logging',
'component.plugin.other': 'Other',

Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Plugin/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
'component.plugin.security': '安全防护',
'component.plugin.traffic': '流量控制',
'component.plugin.serverless': '无服务器架构',
'component.plugin.monitoring': '分析监控',
'component.plugin.observability': '可观测性',
'component.plugin.logging': '日志记录',
'component.plugin.other': '其它',

Expand Down

0 comments on commit 6828ec7

Please sign in to comment.