Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
2be28ff2
Unverified
Commit
2be28ff2
authored
Nov 06, 2018
by
Marcus Efraimsson
Committed by
GitHub
Nov 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13970 from zcoffy/master
Adding Cloudwatch AWS/Connect metrics and dimensions
parents
c9a4da42
9cce0f55
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
pkg/tsdb/cloudwatch/metric_find_query.go
+2
-0
No files found.
pkg/tsdb/cloudwatch/metric_find_query.go
View file @
2be28ff2
...
@@ -46,6 +46,7 @@ func init() {
...
@@ -46,6 +46,7 @@ func init() {
"AWS/Billing"
:
{
"EstimatedCharges"
},
"AWS/Billing"
:
{
"EstimatedCharges"
},
"AWS/CloudFront"
:
{
"Requests"
,
"BytesDownloaded"
,
"BytesUploaded"
,
"TotalErrorRate"
,
"4xxErrorRate"
,
"5xxErrorRate"
},
"AWS/CloudFront"
:
{
"Requests"
,
"BytesDownloaded"
,
"BytesUploaded"
,
"TotalErrorRate"
,
"4xxErrorRate"
,
"5xxErrorRate"
},
"AWS/CloudSearch"
:
{
"SuccessfulRequests"
,
"SearchableDocuments"
,
"IndexUtilization"
,
"Partitions"
},
"AWS/CloudSearch"
:
{
"SuccessfulRequests"
,
"SearchableDocuments"
,
"IndexUtilization"
,
"Partitions"
},
"AWS/Connect"
:
{
"CallsBreachingConcurrencyQuota"
,
"CallBackNotDialableNumber"
,
"CallRecordingUploadError"
,
"CallsPerInterval"
,
"ConcurrentCalls"
,
"ConcurrentCallsPercentage"
,
"ContactFlowErrors"
,
"ContactFlowFatalErrors"
,
"LongestQueueWaitTime"
,
"MissedCalls"
,
"MisconfiguredPhoneNumbers"
,
"PublicSigningKeyUsage"
,
"QueueCapacityExceededError"
,
"QueueSize"
,
"ThrottledCalls"
,
"ToInstancePacketLossRate"
},
"AWS/DMS"
:
{
"FreeableMemory"
,
"WriteIOPS"
,
"ReadIOPS"
,
"WriteThroughput"
,
"ReadThroughput"
,
"WriteLatency"
,
"ReadLatency"
,
"SwapUsage"
,
"NetworkTransmitThroughput"
,
"NetworkReceiveThroughput"
,
"FullLoadThroughputBandwidthSource"
,
"FullLoadThroughputBandwidthTarget"
,
"FullLoadThroughputRowsSource"
,
"FullLoadThroughputRowsTarget"
,
"CDCIncomingChanges"
,
"CDCChangesMemorySource"
,
"CDCChangesMemoryTarget"
,
"CDCChangesDiskSource"
,
"CDCChangesDiskTarget"
,
"CDCThroughputBandwidthTarget"
,
"CDCThroughputRowsSource"
,
"CDCThroughputRowsTarget"
,
"CDCLatencySource"
,
"CDCLatencyTarget"
},
"AWS/DMS"
:
{
"FreeableMemory"
,
"WriteIOPS"
,
"ReadIOPS"
,
"WriteThroughput"
,
"ReadThroughput"
,
"WriteLatency"
,
"ReadLatency"
,
"SwapUsage"
,
"NetworkTransmitThroughput"
,
"NetworkReceiveThroughput"
,
"FullLoadThroughputBandwidthSource"
,
"FullLoadThroughputBandwidthTarget"
,
"FullLoadThroughputRowsSource"
,
"FullLoadThroughputRowsTarget"
,
"CDCIncomingChanges"
,
"CDCChangesMemorySource"
,
"CDCChangesMemoryTarget"
,
"CDCChangesDiskSource"
,
"CDCChangesDiskTarget"
,
"CDCThroughputBandwidthTarget"
,
"CDCThroughputRowsSource"
,
"CDCThroughputRowsTarget"
,
"CDCLatencySource"
,
"CDCLatencyTarget"
},
"AWS/DX"
:
{
"ConnectionState"
,
"ConnectionBpsEgress"
,
"ConnectionBpsIngress"
,
"ConnectionPpsEgress"
,
"ConnectionPpsIngress"
,
"ConnectionCRCErrorCount"
,
"ConnectionLightLevelTx"
,
"ConnectionLightLevelRx"
},
"AWS/DX"
:
{
"ConnectionState"
,
"ConnectionBpsEgress"
,
"ConnectionBpsIngress"
,
"ConnectionPpsEgress"
,
"ConnectionPpsIngress"
,
"ConnectionCRCErrorCount"
,
"ConnectionLightLevelTx"
,
"ConnectionLightLevelRx"
},
"AWS/DynamoDB"
:
{
"ConditionalCheckFailedRequests"
,
"ConsumedReadCapacityUnits"
,
"ConsumedWriteCapacityUnits"
,
"OnlineIndexConsumedWriteCapacity"
,
"OnlineIndexPercentageProgress"
,
"OnlineIndexThrottleEvents"
,
"ProvisionedReadCapacityUnits"
,
"ProvisionedWriteCapacityUnits"
,
"ReadThrottleEvents"
,
"ReturnedBytes"
,
"ReturnedItemCount"
,
"ReturnedRecordsCount"
,
"SuccessfulRequestLatency"
,
"SystemErrors"
,
"TimeToLiveDeletedItemCount"
,
"ThrottledRequests"
,
"UserErrors"
,
"WriteThrottleEvents"
},
"AWS/DynamoDB"
:
{
"ConditionalCheckFailedRequests"
,
"ConsumedReadCapacityUnits"
,
"ConsumedWriteCapacityUnits"
,
"OnlineIndexConsumedWriteCapacity"
,
"OnlineIndexPercentageProgress"
,
"OnlineIndexThrottleEvents"
,
"ProvisionedReadCapacityUnits"
,
"ProvisionedWriteCapacityUnits"
,
"ReadThrottleEvents"
,
"ReturnedBytes"
,
"ReturnedItemCount"
,
"ReturnedRecordsCount"
,
"SuccessfulRequestLatency"
,
"SystemErrors"
,
"TimeToLiveDeletedItemCount"
,
"ThrottledRequests"
,
"UserErrors"
,
"WriteThrottleEvents"
},
...
@@ -120,6 +121,7 @@ func init() {
...
@@ -120,6 +121,7 @@ func init() {
"AWS/Billing"
:
{
"ServiceName"
,
"LinkedAccount"
,
"Currency"
},
"AWS/Billing"
:
{
"ServiceName"
,
"LinkedAccount"
,
"Currency"
},
"AWS/CloudFront"
:
{
"DistributionId"
,
"Region"
},
"AWS/CloudFront"
:
{
"DistributionId"
,
"Region"
},
"AWS/CloudSearch"
:
{},
"AWS/CloudSearch"
:
{},
"AWS/Connect"
:
{
"InstanceId"
,
"MetricGroup"
,
"Participant"
,
"QueueName"
,
"Stream Type"
,
"Type of Connection"
},
"AWS/DMS"
:
{
"ReplicationInstanceIdentifier"
,
"ReplicationTaskIdentifier"
},
"AWS/DMS"
:
{
"ReplicationInstanceIdentifier"
,
"ReplicationTaskIdentifier"
},
"AWS/DX"
:
{
"ConnectionId"
},
"AWS/DX"
:
{
"ConnectionId"
},
"AWS/DynamoDB"
:
{
"TableName"
,
"GlobalSecondaryIndexName"
,
"Operation"
,
"StreamLabel"
},
"AWS/DynamoDB"
:
{
"TableName"
,
"GlobalSecondaryIndexName"
,
"Operation"
,
"StreamLabel"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment