File tree Expand file tree Collapse file tree
entity-types/infra-gcprouternatgateway Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "nrqlQueries" : [
2828 {
2929 "accountId" : 0 ,
30- "query" : " SELECT sum(`gcp.compute .nat.open_connections`) FROM Metric WHERE entity.guid = '{{entity.id}}' TIMESERIES auto"
30+ "query" : " SELECT sum(`gcp.router .nat.open_connections`) FROM Metric WHERE entity.guid = '{{entity.id}}' TIMESERIES auto"
3131 }
3232 ],
3333 "yAxisLeft" : {
5656 "nrqlQueries" : [
5757 {
5858 "accountId" : 0 ,
59- "query" : " SELECT sum(`gcp.compute .nat.sent_bytes_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' TIMESERIES auto"
59+ "query" : " SELECT sum(`gcp.router .nat.sent_bytes_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' TIMESERIES auto"
6060 }
6161 ],
6262 "yAxisLeft" : {
8585 "nrqlQueries" : [
8686 {
8787 "accountId" : 0 ,
88- "query" : " SELECT sum(`gcp.compute .nat.dropped_sent_packets_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' TIMESERIES auto"
88+ "query" : " SELECT sum(`gcp.router .nat.dropped_sent_packets_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' TIMESERIES auto"
8989 }
9090 ],
9191 "yAxisLeft" : {
114114 "nrqlQueries" : [
115115 {
116116 "accountId" : 0 ,
117- "query" : " SELECT sum(`gcp.compute .nat.allocated_ports`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.nat_ip` TIMESERIES auto"
117+ "query" : " SELECT sum(`gcp.router .nat.allocated_ports`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.nat_ip` TIMESERIES auto"
118118 }
119119 ],
120120 "yAxisLeft" : {
143143 "nrqlQueries" : [
144144 {
145145 "accountId" : 0 ,
146- "query" : " SELECT sum(`gcp.compute .nat.open_connections`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.ip_protocol` TIMESERIES auto"
146+ "query" : " SELECT sum(`gcp.router .nat.open_connections`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.ip_protocol` TIMESERIES auto"
147147 }
148148 ],
149149 "yAxisLeft" : {
172172 "nrqlQueries" : [
173173 {
174174 "accountId" : 0 ,
175- "query" : " SELECT sum(`gcp.compute .nat.dropped_sent_packets_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.reason` TIMESERIES auto"
175+ "query" : " SELECT sum(`gcp.router .nat.dropped_sent_packets_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.reason` TIMESERIES auto"
176176 }
177177 ],
178178 "yAxisLeft" : {
201201 "nrqlQueries" : [
202202 {
203203 "accountId" : 0 ,
204- "query" : " SELECT sum(`gcp.compute .nat.received_bytes_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' TIMESERIES auto"
204+ "query" : " SELECT sum(`gcp.router .nat.received_bytes_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' TIMESERIES auto"
205205 }
206206 ],
207207 "yAxisLeft" : {
230230 "nrqlQueries" : [
231231 {
232232 "accountId" : 0 ,
233- "query" : " SELECT sum(`gcp.compute .nat.new_connections_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.ip_protocol` TIMESERIES auto"
233+ "query" : " SELECT sum(`gcp.router .nat.new_connections_count`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.ip_protocol` TIMESERIES auto"
234234 }
235235 ],
236236 "yAxisLeft" : {
259259 "nrqlQueries" : [
260260 {
261261 "accountId" : 0 ,
262- "query" : " SELECT max(`gcp.compute .nat.port_usage`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.ip_protocol` TIMESERIES auto"
262+ "query" : " SELECT max(`gcp.router .nat.port_usage`) FROM Metric WHERE entity.guid = '{{entity.id}}' FACET `metric.ip_protocol` TIMESERIES auto"
263263 }
264264 ],
265265 "yAxisLeft" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ openConnections:
33 unit : COUNT
44 queries :
55 gcp :
6- select : sum(`gcp.compute .nat.open_connections`)
6+ select : sum(`gcp.router .nat.open_connections`)
77 from : Metric
88 eventId : entity.guid
99 eventName : entity.name
@@ -12,7 +12,7 @@ sentBytesCount:
1212 unit : BYTES
1313 queries :
1414 gcp :
15- select : sum(`gcp.compute .nat.sent_bytes_count`)
15+ select : sum(`gcp.router .nat.sent_bytes_count`)
1616 from : Metric
1717 eventId : entity.guid
1818 eventName : entity.name
@@ -21,7 +21,7 @@ droppedSentPacketsCount:
2121 unit : COUNT
2222 queries :
2323 gcp :
24- select : sum(`gcp.compute .nat.dropped_sent_packets_count`)
24+ select : sum(`gcp.router .nat.dropped_sent_packets_count`)
2525 from : Metric
2626 eventId : entity.guid
2727 eventName : entity.name
You can’t perform that action at this time.
0 commit comments