我有GCP帐户,该帐户仅在纯模式(Firestore)中使用数据存储,并且具有Firebase Hosting / Auth。在此帐户中,我看到仪表板上生成了许多compute
相关指标,如下所示。我的帐户中有0个ec2计算虚拟机实例正在运行,并且没有Kubernetes集群正在运行。
即使您没有在compute
中使用任何内容,在GCP中生成这些指标是否很常见?如果我不为这些请求付费,我想我可以忽略它们……但是我有点担心这些指标会分散查看我使用的实际API生成的有意义的指标的注意力。
我将在下面添加一些最常用的方法。
compute.v1.InstancesService.List 42,539 0 0.235 seconds 0.519 seconds
compute.v1.ZonesService.List 28,571 0 0.286 seconds 0.521 seconds
compute.v1.ZoneOperationsService.List 21,513 0% 0.233 seconds 0.518 seconds
compute.v1.DisksService.List 21,010 0 0.236 seconds 0.518 seconds
compute.v1.HttpHealthChecksService.List 15,757 0 0.24 seconds 0.52 seconds
compute.v1.RegionForwardingRulesService.List 14,693 0 0.245 seconds 0.52 seconds
compute.v1.RegionBackendServicesService.List 7,350 0 0.244 seconds 0.52 seconds
compute.v1.TargetVpnGatewaysService.List 7,343 0 0.247 seconds 0.521 seconds
compute.v1.VpnTunnelsService.List 7,343 0 0.245 seconds 0.52 seconds
compute.v1.FirewallsService.List 7,052 0 0.272 seconds
compute.v1.RegionDisksService.List 6,887 0 0.243 seconds 0.52 seconds
compute.v1.BackendServicesService.List 708 0 0.148 seconds 0.261 seconds
compute.v1.GlobalForwardingRulesService.List 705 0 0.15 seconds 0.261 seconds
compute.v1.RegionOperationsService.Get 585 0 0.195 seconds 0.396 seconds
compute.beta.BackendServicesService.List 525 0 0.152 seconds
答案 0 :(得分:1)
是的,这很正常。如果查看列表,则所有API均为list
或get
类型。这是Google Cloud的管理软件,可获取您拥有的资源的列表。在Google Cloud中,会跟踪API的使用情况和安全原因(谁在何时何地访问)。
大多数Google Cloud Services可以容纳或使用Compute
服务系列中的资源。这包括网络,防火墙,网关和其他必要的服务。