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
9fc91b7a
Commit
9fc91b7a
authored
Oct 08, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed gofmt issue
parent
04eefb84
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
69 deletions
+71
-69
pkg/api/cloudwatch/metrics.go
+45
-45
pkg/api/dataproxy.go
+20
-7
pkg/middleware/logger.go
+6
-17
No files found.
pkg/api/cloudwatch/metrics.go
View file @
9fc91b7a
...
@@ -12,56 +12,56 @@ var dimensionsMap map[string][]string
...
@@ -12,56 +12,56 @@ var dimensionsMap map[string][]string
func
init
()
{
func
init
()
{
metricsMap
=
map
[
string
][]
string
{
metricsMap
=
map
[
string
][]
string
{
"AWS/AutoScaling"
:
[]
string
{
"GroupMinSize"
,
"GroupMaxSize"
,
"GroupDesiredCapacity"
,
"GroupInServiceInstances"
,
"GroupPendingInstances"
,
"GroupStandbyInstances"
,
"GroupTerminatingInstances"
,
"GroupTotalInstances"
},
"AWS/AutoScaling"
:
{
"GroupMinSize"
,
"GroupMaxSize"
,
"GroupDesiredCapacity"
,
"GroupInServiceInstances"
,
"GroupPendingInstances"
,
"GroupStandbyInstances"
,
"GroupTerminatingInstances"
,
"GroupTotalInstances"
},
"AWS/Billing"
:
[]
string
{
"EstimatedCharges"
},
"AWS/Billing"
:
{
"EstimatedCharges"
},
"AWS/EC2"
:
[]
string
{
"CPUCreditUsage"
,
"CPUCreditBalance"
,
"CPUUtilization"
,
"DiskReadOps"
,
"DiskWriteOps"
,
"DiskReadBytes"
,
"DiskWriteBytes"
,
"NetworkIn"
,
"NetworkOut"
,
"StatusCheckFailed"
,
"StatusCheckFailed_Instance"
,
"StatusCheckFailed_System"
},
"AWS/EC2"
:
{
"CPUCreditUsage"
,
"CPUCreditBalance"
,
"CPUUtilization"
,
"DiskReadOps"
,
"DiskWriteOps"
,
"DiskReadBytes"
,
"DiskWriteBytes"
,
"NetworkIn"
,
"NetworkOut"
,
"StatusCheckFailed"
,
"StatusCheckFailed_Instance"
,
"StatusCheckFailed_System"
},
"AWS/CloudFront"
:
[]
string
{
"Requests"
,
"BytesDownloaded"
,
"BytesUploaded"
,
"TotalErrorRate"
,
"4xxErrorRate"
,
"5xxErrorRate"
},
"AWS/CloudFront"
:
{
"Requests"
,
"BytesDownloaded"
,
"BytesUploaded"
,
"TotalErrorRate"
,
"4xxErrorRate"
,
"5xxErrorRate"
},
"AWS/CloudSearch"
:
[]
string
{
"SuccessfulRequests"
,
"SearchableDocuments"
,
"IndexUtilization"
,
"Partitions"
},
"AWS/CloudSearch"
:
{
"SuccessfulRequests"
,
"SearchableDocuments"
,
"IndexUtilization"
,
"Partitions"
},
"AWS/DynamoDB"
:
[]
string
{
"ConditionalCheckFailedRequests"
,
"ConsumedReadCapacityUnits"
,
"ConsumedWriteCapacityUnits"
,
"OnlineIndexConsumedWriteCapacity"
,
"OnlineIndexPercentageProgress"
,
"OnlineIndexThrottleEvents"
,
"ProvisionedReadCapacityUnits"
,
"ProvisionedWriteCapacityUnits"
,
"ReadThrottleEvents"
,
"ReturnedItemCount"
,
"SuccessfulRequestLatency"
,
"SystemErrors"
,
"ThrottledRequests"
,
"UserErrors"
,
"WriteThrottleEvents"
},
"AWS/DynamoDB"
:
{
"ConditionalCheckFailedRequests"
,
"ConsumedReadCapacityUnits"
,
"ConsumedWriteCapacityUnits"
,
"OnlineIndexConsumedWriteCapacity"
,
"OnlineIndexPercentageProgress"
,
"OnlineIndexThrottleEvents"
,
"ProvisionedReadCapacityUnits"
,
"ProvisionedWriteCapacityUnits"
,
"ReadThrottleEvents"
,
"ReturnedItemCount"
,
"SuccessfulRequestLatency"
,
"SystemErrors"
,
"ThrottledRequests"
,
"UserErrors"
,
"WriteThrottleEvents"
},
"AWS/ElastiCache"
:
[]
string
{
"AWS/ElastiCache"
:
{
"CPUUtilization"
,
"SwapUsage"
,
"FreeableMemory"
,
"NetworkBytesIn"
,
"NetworkBytesOut"
,
"CPUUtilization"
,
"SwapUsage"
,
"FreeableMemory"
,
"NetworkBytesIn"
,
"NetworkBytesOut"
,
"BytesUsedForCacheItems"
,
"BytesReadIntoMemcached"
,
"BytesWrittenOutFromMemcached"
,
"CasBadval"
,
"CasHits"
,
"CasMisses"
,
"CmdFlush"
,
"CmdGet"
,
"CmdSet"
,
"CurrConnections"
,
"CurrItems"
,
"DecrHits"
,
"DecrMisses"
,
"DeleteHits"
,
"DeleteMisses"
,
"Evictions"
,
"GetHits"
,
"GetMisses"
,
"IncrHits"
,
"IncrMisses"
,
"Reclaimed"
,
"BytesUsedForCacheItems"
,
"BytesReadIntoMemcached"
,
"BytesWrittenOutFromMemcached"
,
"CasBadval"
,
"CasHits"
,
"CasMisses"
,
"CmdFlush"
,
"CmdGet"
,
"CmdSet"
,
"CurrConnections"
,
"CurrItems"
,
"DecrHits"
,
"DecrMisses"
,
"DeleteHits"
,
"DeleteMisses"
,
"Evictions"
,
"GetHits"
,
"GetMisses"
,
"IncrHits"
,
"IncrMisses"
,
"Reclaimed"
,
"CurrConnections"
,
"Evictions"
,
"Reclaimed"
,
"NewConnections"
,
"BytesUsedForCache"
,
"CacheHits"
,
"CacheMisses"
,
"ReplicationLag"
,
"GetTypeCmds"
,
"SetTypeCmds"
,
"KeyBasedCmds"
,
"StringBasedCmds"
,
"HashBasedCmds"
,
"ListBasedCmds"
,
"SetBasedCmds"
,
"SortedSetBasedCmds"
,
"CurrItems"
,
"CurrConnections"
,
"Evictions"
,
"Reclaimed"
,
"NewConnections"
,
"BytesUsedForCache"
,
"CacheHits"
,
"CacheMisses"
,
"ReplicationLag"
,
"GetTypeCmds"
,
"SetTypeCmds"
,
"KeyBasedCmds"
,
"StringBasedCmds"
,
"HashBasedCmds"
,
"ListBasedCmds"
,
"SetBasedCmds"
,
"SortedSetBasedCmds"
,
"CurrItems"
,
},
},
"AWS/EBS"
:
[]
string
{
"VolumeReadBytes"
,
"VolumeWriteBytes"
,
"VolumeReadOps"
,
"VolumeWriteOps"
,
"VolumeTotalReadTime"
,
"VolumeTotalWriteTime"
,
"VolumeIdleTime"
,
"VolumeQueueLength"
,
"VolumeThroughputPercentage"
,
"VolumeConsumedReadWriteOps"
},
"AWS/EBS"
:
{
"VolumeReadBytes"
,
"VolumeWriteBytes"
,
"VolumeReadOps"
,
"VolumeWriteOps"
,
"VolumeTotalReadTime"
,
"VolumeTotalWriteTime"
,
"VolumeIdleTime"
,
"VolumeQueueLength"
,
"VolumeThroughputPercentage"
,
"VolumeConsumedReadWriteOps"
},
"AWS/ELB"
:
[]
string
{
"HealthyHostCount"
,
"UnHealthyHostCount"
,
"RequestCount"
,
"Latency"
,
"HTTPCode_ELB_4XX"
,
"HTTPCode_ELB_5XX"
,
"HTTPCode_Backend_2XX"
,
"HTTPCode_Backend_3XX"
,
"HTTPCode_Backend_4XX"
,
"HTTPCode_Backend_5XX"
,
"BackendConnectionErrors"
,
"SurgeQueueLength"
,
"SpilloverCount"
},
"AWS/ELB"
:
{
"HealthyHostCount"
,
"UnHealthyHostCount"
,
"RequestCount"
,
"Latency"
,
"HTTPCode_ELB_4XX"
,
"HTTPCode_ELB_5XX"
,
"HTTPCode_Backend_2XX"
,
"HTTPCode_Backend_3XX"
,
"HTTPCode_Backend_4XX"
,
"HTTPCode_Backend_5XX"
,
"BackendConnectionErrors"
,
"SurgeQueueLength"
,
"SpilloverCount"
},
"AWS/ElasticMapReduce"
:
[]
string
{
"CoreNodesPending"
,
"CoreNodesRunning"
,
"HBaseBackupFailed"
,
"HBaseMostRecentBackupDuration"
,
"HBaseTimeSinceLastSuccessfulBackup"
,
"HDFSBytesRead"
,
"HDFSBytesWritten"
,
"HDFSUtilization"
,
"IsIdle"
,
"JobsFailed"
,
"JobsRunning"
,
"LiveDataNodes"
,
"LiveTaskTrackers"
,
"MapSlotsOpen"
,
"MissingBlocks"
,
"ReduceSlotsOpen"
,
"RemainingMapTasks"
,
"RemainingMapTasksPerSlot"
,
"RemainingReduceTasks"
,
"RunningMapTasks"
,
"RunningReduceTasks"
,
"S3BytesRead"
,
"S3BytesWritten"
,
"TaskNodesPending"
,
"TaskNodesRunning"
,
"TotalLoad"
},
"AWS/ElasticMapReduce"
:
{
"CoreNodesPending"
,
"CoreNodesRunning"
,
"HBaseBackupFailed"
,
"HBaseMostRecentBackupDuration"
,
"HBaseTimeSinceLastSuccessfulBackup"
,
"HDFSBytesRead"
,
"HDFSBytesWritten"
,
"HDFSUtilization"
,
"IsIdle"
,
"JobsFailed"
,
"JobsRunning"
,
"LiveDataNodes"
,
"LiveTaskTrackers"
,
"MapSlotsOpen"
,
"MissingBlocks"
,
"ReduceSlotsOpen"
,
"RemainingMapTasks"
,
"RemainingMapTasksPerSlot"
,
"RemainingReduceTasks"
,
"RunningMapTasks"
,
"RunningReduceTasks"
,
"S3BytesRead"
,
"S3BytesWritten"
,
"TaskNodesPending"
,
"TaskNodesRunning"
,
"TotalLoad"
},
"AWS/Kinesis"
:
[]
string
{
"PutRecord.Bytes"
,
"PutRecord.Latency"
,
"PutRecord.Success"
,
"PutRecords.Bytes"
,
"PutRecords.Latency"
,
"PutRecords.Records"
,
"PutRecords.Success"
,
"IncomingBytes"
,
"IncomingRecords"
,
"GetRecords.Bytes"
,
"GetRecords.IteratorAgeMilliseconds"
,
"GetRecords.Latency"
,
"GetRecords.Success"
},
"AWS/Kinesis"
:
{
"PutRecord.Bytes"
,
"PutRecord.Latency"
,
"PutRecord.Success"
,
"PutRecords.Bytes"
,
"PutRecords.Latency"
,
"PutRecords.Records"
,
"PutRecords.Success"
,
"IncomingBytes"
,
"IncomingRecords"
,
"GetRecords.Bytes"
,
"GetRecords.IteratorAgeMilliseconds"
,
"GetRecords.Latency"
,
"GetRecords.Success"
},
"AWS/ML"
:
[]
string
{
"PredictCount"
,
"PredictFailureCount"
},
"AWS/ML"
:
{
"PredictCount"
,
"PredictFailureCount"
},
"AWS/OpsWorks"
:
[]
string
{
"cpu_idle"
,
"cpu_nice"
,
"cpu_system"
,
"cpu_user"
,
"cpu_waitio"
,
"load_1"
,
"load_5"
,
"load_15"
,
"memory_buffers"
,
"memory_cached"
,
"memory_free"
,
"memory_swap"
,
"memory_total"
,
"memory_used"
,
"procs"
},
"AWS/OpsWorks"
:
{
"cpu_idle"
,
"cpu_nice"
,
"cpu_system"
,
"cpu_user"
,
"cpu_waitio"
,
"load_1"
,
"load_5"
,
"load_15"
,
"memory_buffers"
,
"memory_cached"
,
"memory_free"
,
"memory_swap"
,
"memory_total"
,
"memory_used"
,
"procs"
},
"AWS/Redshift"
:
[]
string
{
"CPUUtilization"
,
"DatabaseConnections"
,
"HealthStatus"
,
"MaintenanceMode"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
,
"PercentageDiskSpaceUsed"
,
"ReadIOPS"
,
"ReadLatency"
,
"ReadThroughput"
,
"WriteIOPS"
,
"WriteLatency"
,
"WriteThroughput"
},
"AWS/Redshift"
:
{
"CPUUtilization"
,
"DatabaseConnections"
,
"HealthStatus"
,
"MaintenanceMode"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
,
"PercentageDiskSpaceUsed"
,
"ReadIOPS"
,
"ReadLatency"
,
"ReadThroughput"
,
"WriteIOPS"
,
"WriteLatency"
,
"WriteThroughput"
},
"AWS/RDS"
:
[]
string
{
"BinLogDiskUsage"
,
"CPUUtilization"
,
"DatabaseConnections"
,
"DiskQueueDepth"
,
"FreeableMemory"
,
"FreeStorageSpace"
,
"ReplicaLag"
,
"SwapUsage"
,
"ReadIOPS"
,
"WriteIOPS"
,
"ReadLatency"
,
"WriteLatency"
,
"ReadThroughput"
,
"WriteThroughput"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
},
"AWS/RDS"
:
{
"BinLogDiskUsage"
,
"CPUUtilization"
,
"DatabaseConnections"
,
"DiskQueueDepth"
,
"FreeableMemory"
,
"FreeStorageSpace"
,
"ReplicaLag"
,
"SwapUsage"
,
"ReadIOPS"
,
"WriteIOPS"
,
"ReadLatency"
,
"WriteLatency"
,
"ReadThroughput"
,
"WriteThroughput"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
},
"AWS/Route53"
:
[]
string
{
"HealthCheckStatus"
,
"HealthCheckPercentageHealthy"
},
"AWS/Route53"
:
{
"HealthCheckStatus"
,
"HealthCheckPercentageHealthy"
},
"AWS/SNS"
:
[]
string
{
"NumberOfMessagesPublished"
,
"PublishSize"
,
"NumberOfNotificationsDelivered"
,
"NumberOfNotificationsFailed"
},
"AWS/SNS"
:
{
"NumberOfMessagesPublished"
,
"PublishSize"
,
"NumberOfNotificationsDelivered"
,
"NumberOfNotificationsFailed"
},
"AWS/SQS"
:
[]
string
{
"NumberOfMessagesSent"
,
"SentMessageSize"
,
"NumberOfMessagesReceived"
,
"NumberOfEmptyReceives"
,
"NumberOfMessagesDeleted"
,
"ApproximateNumberOfMessagesDelayed"
,
"ApproximateNumberOfMessagesVisible"
,
"ApproximateNumberOfMessagesNotVisible"
},
"AWS/SQS"
:
{
"NumberOfMessagesSent"
,
"SentMessageSize"
,
"NumberOfMessagesReceived"
,
"NumberOfEmptyReceives"
,
"NumberOfMessagesDeleted"
,
"ApproximateNumberOfMessagesDelayed"
,
"ApproximateNumberOfMessagesVisible"
,
"ApproximateNumberOfMessagesNotVisible"
},
"AWS/S3"
:
[]
string
{
"BucketSizeBytes"
,
"NumberOfObjects"
},
"AWS/S3"
:
{
"BucketSizeBytes"
,
"NumberOfObjects"
},
"AWS/SWF"
:
[]
string
{
"DecisionTaskScheduleToStartTime"
,
"DecisionTaskStartToCloseTime"
,
"DecisionTasksCompleted"
,
"StartedDecisionTasksTimedOutOnClose"
,
"WorkflowStartToCloseTime"
,
"WorkflowsCanceled"
,
"WorkflowsCompleted"
,
"WorkflowsContinuedAsNew"
,
"WorkflowsFailed"
,
"WorkflowsTerminated"
,
"WorkflowsTimedOut"
},
"AWS/SWF"
:
{
"DecisionTaskScheduleToStartTime"
,
"DecisionTaskStartToCloseTime"
,
"DecisionTasksCompleted"
,
"StartedDecisionTasksTimedOutOnClose"
,
"WorkflowStartToCloseTime"
,
"WorkflowsCanceled"
,
"WorkflowsCompleted"
,
"WorkflowsContinuedAsNew"
,
"WorkflowsFailed"
,
"WorkflowsTerminated"
,
"WorkflowsTimedOut"
},
"AWS/StorageGateway"
:
[]
string
{
"CacheHitPercent"
,
"CachePercentUsed"
,
"CachePercentDirty"
,
"CloudBytesDownloaded"
,
"CloudDownloadLatency"
,
"CloudBytesUploaded"
,
"UploadBufferFree"
,
"UploadBufferPercentUsed"
,
"UploadBufferUsed"
,
"QueuedWrites"
,
"ReadBytes"
,
"ReadTime"
,
"TotalCacheSize"
,
"WriteBytes"
,
"WriteTime"
,
"WorkingStorageFree"
,
"WorkingStoragePercentUsed"
,
"WorkingStorageUsed"
,
"CacheHitPercent"
,
"CachePercentUsed"
,
"CachePercentDirty"
,
"ReadBytes"
,
"ReadTime"
,
"WriteBytes"
,
"WriteTime"
,
"QueuedWrites"
},
"AWS/StorageGateway"
:
{
"CacheHitPercent"
,
"CachePercentUsed"
,
"CachePercentDirty"
,
"CloudBytesDownloaded"
,
"CloudDownloadLatency"
,
"CloudBytesUploaded"
,
"UploadBufferFree"
,
"UploadBufferPercentUsed"
,
"UploadBufferUsed"
,
"QueuedWrites"
,
"ReadBytes"
,
"ReadTime"
,
"TotalCacheSize"
,
"WriteBytes"
,
"WriteTime"
,
"WorkingStorageFree"
,
"WorkingStoragePercentUsed"
,
"WorkingStorageUsed"
,
"CacheHitPercent"
,
"CachePercentUsed"
,
"CachePercentDirty"
,
"ReadBytes"
,
"ReadTime"
,
"WriteBytes"
,
"WriteTime"
,
"QueuedWrites"
},
"AWS/WorkSpaces"
:
[]
string
{
"Available"
,
"Unhealthy"
,
"ConnectionAttempt"
,
"ConnectionSuccess"
,
"ConnectionFailure"
,
"SessionLaunchTime"
,
"InSessionLatency"
,
"SessionDisconnect"
},
"AWS/WorkSpaces"
:
{
"Available"
,
"Unhealthy"
,
"ConnectionAttempt"
,
"ConnectionSuccess"
,
"ConnectionFailure"
,
"SessionLaunchTime"
,
"InSessionLatency"
,
"SessionDisconnect"
},
}
}
dimensionsMap
=
map
[
string
][]
string
{
dimensionsMap
=
map
[
string
][]
string
{
"AWS/AutoScaling"
:
[]
string
{
"AutoScalingGroupName"
},
"AWS/AutoScaling"
:
{
"AutoScalingGroupName"
},
"AWS/Billing"
:
[]
string
{
"ServiceName"
,
"LinkedAccount"
,
"Currency"
},
"AWS/Billing"
:
{
"ServiceName"
,
"LinkedAccount"
,
"Currency"
},
"AWS/CloudFront"
:
[]
string
{
"DistributionId"
,
"Region"
},
"AWS/CloudFront"
:
{
"DistributionId"
,
"Region"
},
"AWS/CloudSearch"
:
[]
string
{},
"AWS/CloudSearch"
:
{},
"AWS/DynamoDB"
:
[]
string
{
"TableName"
,
"GlobalSecondaryIndexName"
,
"Operation"
},
"AWS/DynamoDB"
:
{
"TableName"
,
"GlobalSecondaryIndexName"
,
"Operation"
},
"AWS/ElastiCache"
:
[]
string
{
"CacheClusterId"
,
"CacheNodeId"
},
"AWS/ElastiCache"
:
{
"CacheClusterId"
,
"CacheNodeId"
},
"AWS/EBS"
:
[]
string
{
"VolumeId"
},
"AWS/EBS"
:
{
"VolumeId"
},
"AWS/EC2"
:
[]
string
{
"AutoScalingGroupName"
,
"ImageId"
,
"InstanceId"
,
"InstanceType"
},
"AWS/EC2"
:
{
"AutoScalingGroupName"
,
"ImageId"
,
"InstanceId"
,
"InstanceType"
},
"AWS/ELB"
:
[]
string
{
"LoadBalancerName"
,
"AvailabilityZone"
},
"AWS/ELB"
:
{
"LoadBalancerName"
,
"AvailabilityZone"
},
"AWS/ElasticMapReduce"
:
[]
string
{
"ClusterId"
,
"JobId"
},
"AWS/ElasticMapReduce"
:
{
"ClusterId"
,
"JobId"
},
"AWS/Kinesis"
:
[]
string
{
"StreamName"
},
"AWS/Kinesis"
:
{
"StreamName"
},
"AWS/ML"
:
[]
string
{
"MLModelId"
,
"RequestMode"
},
"AWS/ML"
:
{
"MLModelId"
,
"RequestMode"
},
"AWS/OpsWorks"
:
[]
string
{
"StackId"
,
"LayerId"
,
"InstanceId"
},
"AWS/OpsWorks"
:
{
"StackId"
,
"LayerId"
,
"InstanceId"
},
"AWS/Redshift"
:
[]
string
{
"NodeID"
,
"ClusterIdentifier"
},
"AWS/Redshift"
:
{
"NodeID"
,
"ClusterIdentifier"
},
"AWS/RDS"
:
[]
string
{
"DBInstanceIdentifier"
,
"DatabaseClass"
,
"EngineName"
},
"AWS/RDS"
:
{
"DBInstanceIdentifier"
,
"DatabaseClass"
,
"EngineName"
},
"AWS/Route53"
:
[]
string
{
"HealthCheckId"
},
"AWS/Route53"
:
{
"HealthCheckId"
},
"AWS/SNS"
:
[]
string
{
"Application"
,
"Platform"
,
"TopicName"
},
"AWS/SNS"
:
{
"Application"
,
"Platform"
,
"TopicName"
},
"AWS/SQS"
:
[]
string
{
"QueueName"
},
"AWS/SQS"
:
{
"QueueName"
},
"AWS/S3"
:
[]
string
{
"BucketName"
,
"StorageType"
},
"AWS/S3"
:
{
"BucketName"
,
"StorageType"
},
"AWS/SWF"
:
[]
string
{
"Domain"
,
"ActivityTypeName"
,
"ActivityTypeVersion"
},
"AWS/SWF"
:
{
"Domain"
,
"ActivityTypeName"
,
"ActivityTypeVersion"
},
"AWS/StorageGateway"
:
[]
string
{
"GatewayId"
,
"GatewayName"
,
"VolumeId"
},
"AWS/StorageGateway"
:
{
"GatewayId"
,
"GatewayName"
,
"VolumeId"
},
"AWS/WorkSpaces"
:
[]
string
{
"DirectoryId"
,
"WorkspaceId"
},
"AWS/WorkSpaces"
:
{
"DirectoryId"
,
"WorkspaceId"
},
}
}
}
}
...
@@ -81,7 +81,7 @@ func handleGetRegions(req *cwRequest, c *middleware.Context) {
...
@@ -81,7 +81,7 @@ func handleGetRegions(req *cwRequest, c *middleware.Context) {
func
handleGetNamespaces
(
req
*
cwRequest
,
c
*
middleware
.
Context
)
{
func
handleGetNamespaces
(
req
*
cwRequest
,
c
*
middleware
.
Context
)
{
result
:=
[]
interface
{}{}
result
:=
[]
interface
{}{}
for
key
,
_
:=
range
metricsMap
{
for
key
:=
range
metricsMap
{
result
=
append
(
result
,
util
.
DynMap
{
"text"
:
key
,
"value"
:
key
})
result
=
append
(
result
,
util
.
DynMap
{
"text"
:
key
,
"value"
:
key
})
}
}
...
...
pkg/api/dataproxy.go
View file @
9fc91b7a
...
@@ -64,17 +64,30 @@ func NewReverseProxy(ds *m.DataSource, proxyPath string, targetUrl *url.URL) *ht
...
@@ -64,17 +64,30 @@ func NewReverseProxy(ds *m.DataSource, proxyPath string, targetUrl *url.URL) *ht
return
&
httputil
.
ReverseProxy
{
Director
:
director
}
return
&
httputil
.
ReverseProxy
{
Director
:
director
}
}
}
//ProxyDataSourceRequest TODO need to cache datasources
var
dsMap
map
[
int64
]
*
m
.
DataSource
=
make
(
map
[
int64
]
*
m
.
DataSource
)
func
ProxyDataSourceRequest
(
c
*
middleware
.
Context
)
{
id
:=
c
.
ParamsInt64
(
":id"
)
func
getDatasource
(
id
int64
,
orgId
int64
)
(
*
m
.
DataSource
,
error
)
{
query
:=
m
.
GetDataSourceByIdQuery
{
Id
:
id
,
OrgId
:
c
.
OrgId
}
// ds, exists := dsMap[id]
// if exists && ds.OrgId == orgId {
// return ds, nil
// }
query
:=
m
.
GetDataSourceByIdQuery
{
Id
:
id
,
OrgId
:
orgId
}
if
err
:=
bus
.
Dispatch
(
&
query
);
err
!=
nil
{
if
err
:=
bus
.
Dispatch
(
&
query
);
err
!=
nil
{
return
nil
,
err
}
dsMap
[
id
]
=
&
query
.
Result
return
&
query
.
Result
,
nil
}
func
ProxyDataSourceRequest
(
c
*
middleware
.
Context
)
{
ds
,
err
:=
getDatasource
(
c
.
ParamsInt64
(
":id"
),
c
.
OrgId
)
if
err
!=
nil
{
c
.
JsonApiErr
(
500
,
"Unable to load datasource meta data"
,
err
)
c
.
JsonApiErr
(
500
,
"Unable to load datasource meta data"
,
err
)
return
return
}
}
ds
:=
query
.
Result
targetUrl
,
_
:=
url
.
Parse
(
ds
.
Url
)
targetUrl
,
_
:=
url
.
Parse
(
ds
.
Url
)
if
len
(
setting
.
DataProxyWhiteList
)
>
0
{
if
len
(
setting
.
DataProxyWhiteList
)
>
0
{
if
_
,
exists
:=
setting
.
DataProxyWhiteList
[
targetUrl
.
Host
];
!
exists
{
if
_
,
exists
:=
setting
.
DataProxyWhiteList
[
targetUrl
.
Host
];
!
exists
{
...
@@ -83,11 +96,11 @@ func ProxyDataSourceRequest(c *middleware.Context) {
...
@@ -83,11 +96,11 @@ func ProxyDataSourceRequest(c *middleware.Context) {
}
}
}
}
if
query
.
Result
.
Type
==
m
.
DS_CLOUDWATCH
{
if
ds
.
Type
==
m
.
DS_CLOUDWATCH
{
cloudwatch
.
HandleRequest
(
c
)
cloudwatch
.
HandleRequest
(
c
)
}
else
{
}
else
{
proxyPath
:=
c
.
Params
(
"*"
)
proxyPath
:=
c
.
Params
(
"*"
)
proxy
:=
NewReverseProxy
(
&
ds
,
proxyPath
,
targetUrl
)
proxy
:=
NewReverseProxy
(
ds
,
proxyPath
,
targetUrl
)
proxy
.
Transport
=
dataProxyTransport
proxy
.
Transport
=
dataProxyTransport
proxy
.
ServeHTTP
(
c
.
RW
(),
c
.
Req
.
Request
)
proxy
.
ServeHTTP
(
c
.
RW
(),
c
.
Req
.
Request
)
}
}
...
...
pkg/middleware/logger.go
View file @
9fc91b7a
...
@@ -18,20 +18,12 @@ package middleware
...
@@ -18,20 +18,12 @@ package middleware
import
(
import
(
"fmt"
"fmt"
"net/http"
"net/http"
"runtime"
"time"
"time"
"github.com/Unknwon/macaron"
"github.com/Unknwon/macaron"
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/log"
)
)
var
isWindows
bool
func
init
()
{
isWindows
=
runtime
.
GOOS
==
"windows"
}
// Logger returns a middleware handler that logs the request as it goes in and the response as it goes out.
func
Logger
()
macaron
.
Handler
{
func
Logger
()
macaron
.
Handler
{
return
func
(
res
http
.
ResponseWriter
,
req
*
http
.
Request
,
c
*
macaron
.
Context
)
{
return
func
(
res
http
.
ResponseWriter
,
req
*
http
.
Request
,
c
*
macaron
.
Context
)
{
start
:=
time
.
Now
()
start
:=
time
.
Now
()
...
@@ -40,20 +32,17 @@ func Logger() macaron.Handler {
...
@@ -40,20 +32,17 @@ func Logger() macaron.Handler {
c
.
Next
()
c
.
Next
()
content
:=
fmt
.
Sprintf
(
"Completed %s %v %s in %v"
,
req
.
URL
.
Path
,
rw
.
Status
(),
http
.
StatusText
(
rw
.
Status
()),
time
.
Since
(
start
))
content
:=
fmt
.
Sprintf
(
"Completed %s %v %s in %v"
,
req
.
URL
.
Path
,
rw
.
Status
(),
http
.
StatusText
(
rw
.
Status
()),
time
.
Since
(
start
))
if
!
isWindows
{
switch
rw
.
Status
()
{
switch
rw
.
Status
()
{
case
200
:
case
200
,
304
:
content
=
fmt
.
Sprintf
(
"
\0
33[1;32m%s
\0
33[0m"
,
content
)
content
=
fmt
.
Sprintf
(
"%s"
,
content
)
return
case
304
:
//content = fmt.Sprintf("\033[1;33m%s\033[0m", content)
return
return
case
404
:
case
404
:
content
=
fmt
.
Sprintf
(
"
\0
33[1;31m%s
\0
33[0m
"
,
content
)
content
=
fmt
.
Sprintf
(
"%s
"
,
content
)
case
500
:
case
500
:
content
=
fmt
.
Sprintf
(
"
\0
33[1;36m%s
\0
33[0m"
,
content
)
content
=
fmt
.
Sprintf
(
"%s"
,
content
)
}
}
}
log
.
Info
(
content
)
log
.
Info
(
content
)
}
}
}
}
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