grafana/pkg/api
Nijanthan Hariharan 2b8404e178 (cloudwatch) Fix UnHealthyHostCount metric of ApplicationELB
The UnHealthyHostCount metric of ApplicationELB for cloudwatch datasource did not work because the capitalization was wrong - it was UnhealthyHostCount instead of UnHealthyHostCount.
Here is the AWS documentation listing the metric name - http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-cloudwatch-metrics.html#load-balancer-metrics-alb
2016-10-11 13:10:57 +05:30
..
avatar fix(postgres): fixed issue with postgres caused by wrong prefrences table types, dropped table and created it with correct column types, fixes #4558 2016-04-05 11:24:21 -04:00
cloudwatch (cloudwatch) Fix UnHealthyHostCount metric of ApplicationELB 2016-10-11 13:10:57 +05:30
dtos feat(testdata): lots of work on new test data data source and scenarios 2016-09-27 18:17:39 +02:00
live feat(grafana_live): more work pushing data to websocket, #4355 2016-03-14 22:26:43 +01:00
pluginproxy fix(logging): change log level to trace for plugin proxy logging call, fixes #5126 2016-05-23 07:55:55 +02:00
static feat(macaron): upgrades macaron version 2016-01-13 15:11:23 +01:00
admin_users.go fixed gofmt tests 2015-11-16 07:28:38 -08:00
admin.go Fixed api bugs, stats endpoint working 2016-01-24 21:18:17 -08:00
alerting.go feat(alerting): show alertin state in panel header, closes #6136 2016-09-30 17:37:47 +02:00
annotations.go feat(alertlistpanel): support state filter 2016-09-14 10:49:05 +02:00
api_test.go Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921 2015-05-01 16:23:36 +02:00
api.go feat(alerting): show alertin state in panel header, closes #6136 2016-09-30 17:37:47 +02:00
apikey.go More work on email and notification infra #1456 2015-06-05 11:08:19 +02:00
app_routes.go feat(instrumentation): added gauge and http endpoint 2016-06-03 16:15:36 +02:00
common.go fix(api): fixed issue with api content-type in api success messages, fixes #6160 2016-10-01 16:52:52 +02:00
dashboard_snapshot.go fix(snapshots): sets default value for snapshot name 2016-04-21 09:59:48 +02:00
dashboard.go feat(alerting): enabled by default. configurable elert engine 2016-10-10 13:09:16 +02:00
dataproxy_test.go Fix dataproxy_test.go tests 2015-09-10 13:27:49 +00:00
dataproxy.go Secure Elasticsearch datasources a bit (#6031) 2016-09-13 15:04:21 +02:00
datasources.go feat(api): fixed minor issue with error message when trying to create duplicate datasource, fixes #6164 2016-10-01 16:41:27 +02:00
frontendsettings.go feat(alerting): enabled by default. configurable elert engine 2016-10-10 13:09:16 +02:00
gnetproxy.go fix(build): removed logging call that caused wrong dependency to be used 2016-06-16 08:55:36 +02:00
index.go feat(alerting): enabled by default. configurable elert engine 2016-10-10 13:09:16 +02:00
login_oauth.go Oauth2 Updates (#6226) 2016-10-11 08:51:44 +02:00
login.go feat(config): changed name of allow_user_login_pass to disable_login_form, changed the section of the config option to [auth], impacts merged PR #5423 2016-09-28 15:27:08 +02:00
metrics.go Make alerting notifcations sync (#6158) 2016-10-03 09:38:03 +02:00
org_invite.go fix(invite): fixes to org invite stuff, #2630 2015-09-01 12:35:06 +02:00
org_users.go Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014 2015-05-19 11:47:14 +02:00
org.go fix(api): org name taken error now returns HTTP status code 409, closes 2016-02-12 10:01:52 +01:00
password.go Lots of work on user password reset, #1456 2015-06-08 13:39:02 +02:00
playlist_play.go fix(playlist): fixed sorting issue with playlist playback, fixes #5467 2016-09-22 10:06:03 +02:00
playlist.go feat(playlist): render playlists if playlist id is invalid 2016-03-01 13:50:55 +01:00
plugins.go feat(import): more import work 2016-05-14 10:00:43 +02:00
preferences.go feat(preferences): theme and home dashbord settings now work work on profile and org settings page 2016-04-02 13:54:06 -07:00
quota.go fix getting default quota as map[string]int64 2015-09-15 20:31:58 +08:00
render.go tech(renderer): improve renderOpts names 2016-09-26 11:07:36 +02:00
search.go feat(instrumentation): added some more timers 2016-06-03 17:00:39 +02:00
signup.go minor spelling corrections 2016-02-16 12:12:04 +11:00
stars.go Api handler refactoring using the wrap and response func/type, fixed small issue in influxdb 0.9 response handling 2015-05-20 14:59:38 +02:00
user.go Set active org through admin api (#5179) 2016-05-26 06:51:23 +02:00