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
acdc2bf1
Commit
acdc2bf1
authored
Jun 15, 2018
by
Francisco Guimarães
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding Cloudwatch AWS/AppSync metrics and dimensions
parent
4be6ef4a
Hide 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 @
acdc2bf1
...
...
@@ -86,6 +86,7 @@ func init() {
"AWS/Kinesis"
:
{
"GetRecords.Bytes"
,
"GetRecords.IteratorAge"
,
"GetRecords.IteratorAgeMilliseconds"
,
"GetRecords.Latency"
,
"GetRecords.Records"
,
"GetRecords.Success"
,
"IncomingBytes"
,
"IncomingRecords"
,
"PutRecord.Bytes"
,
"PutRecord.Latency"
,
"PutRecord.Success"
,
"PutRecords.Bytes"
,
"PutRecords.Latency"
,
"PutRecords.Records"
,
"PutRecords.Success"
,
"ReadProvisionedThroughputExceeded"
,
"WriteProvisionedThroughputExceeded"
,
"IteratorAgeMilliseconds"
,
"OutgoingBytes"
,
"OutgoingRecords"
},
"AWS/KinesisAnalytics"
:
{
"Bytes"
,
"MillisBehindLatest"
,
"Records"
,
"Success"
},
"AWS/Lambda"
:
{
"Invocations"
,
"Errors"
,
"Duration"
,
"Throttles"
,
"IteratorAge"
},
"AWS/AppSync"
:
{
"Latency"
,
"4XXError"
,
"5XXError"
},
"AWS/Logs"
:
{
"IncomingBytes"
,
"IncomingLogEvents"
,
"ForwardedBytes"
,
"ForwardedLogEvents"
,
"DeliveryErrors"
,
"DeliveryThrottling"
},
"AWS/ML"
:
{
"PredictCount"
,
"PredictFailureCount"
},
"AWS/NATGateway"
:
{
"PacketsOutToDestination"
,
"PacketsOutToSource"
,
"PacketsInFromSource"
,
"PacketsInFromDestination"
,
"BytesOutToDestination"
,
"BytesOutToSource"
,
"BytesInFromSource"
,
"BytesInFromDestination"
,
"ErrorPortAllocation"
,
"ActiveConnectionCount"
,
"ConnectionAttemptCount"
,
"ConnectionEstablishedCount"
,
"IdleTimeoutCount"
,
"PacketsDropCount"
},
...
...
@@ -135,6 +136,7 @@ func init() {
"AWS/Kinesis"
:
{
"StreamName"
,
"ShardId"
},
"AWS/KinesisAnalytics"
:
{
"Flow"
,
"Id"
,
"Application"
},
"AWS/Lambda"
:
{
"FunctionName"
,
"Resource"
,
"Version"
,
"Alias"
},
"AWS/AppSync"
:
{
"GraphQLAPIId"
},
"AWS/Logs"
:
{
"LogGroupName"
,
"DestinationType"
,
"FilterName"
},
"AWS/ML"
:
{
"MLModelId"
,
"RequestMode"
},
"AWS/NATGateway"
:
{
"NatGatewayId"
},
...
...
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