- 13 Nov, 2017 10 commits
-
-
Marcus Efraimsson committed
-
Daniel Lee committed
-
Fixes #9790
Daniel Lee committed -
Torkel Ödegaard committed
-
* fix cloudwatch ec2_instance_attribute * add test * minor fix
Mitsuhiro Tanda committed -
graph: the stack & legend sort sync was not working correctly, the z-index sorting that happened in after the legend sort order was applied and messed with the order even though the sort function returned zero for all entries, combined the sort function to one sort function, fixes #9789 (#9797)
Torkel Ödegaard committed -
Add AWS/NetworkELB to cloudwatch definitions
Carl Bergquist committed -
bergquist committed
-
(cloudwatch) fix query inspector
Carl Bergquist committed -
(cloudwatch) return empty array for no datapoints
Carl Bergquist committed
-
- 11 Nov, 2017 2 commits
-
-
Mitsuhiro Tanda committed
-
Mitsuhiro Tanda committed
-
- 10 Nov, 2017 1 commit
-
-
Scott Nelson Windels committed
-
- 09 Nov, 2017 4 commits
-
-
bergquist committed
-
MySQL Performance when using GF_DATABASE_URL
Carl Bergquist committed -
Use hex.EncodeToString to encode to hex
Carl Bergquist committed -
bergquist committed
-
- 08 Nov, 2017 4 commits
-
-
Dan Cech committed
-
Using the EncodeToString function from the encoding/hex package is much faster than calling the fmt.Sprintf with %x Benchmark results below with the following code func BenchmarkHexPrint(b *testing.B) { data := []byte("hellothere") for n := 0; n < b.N; n++ { // _ = fmt.Sprintf("%x", data) _ = hex.EncodeToString(data) } } name old time/op new time/op delta HexPrint-4 188ns ± 1% 99ns ± 1% -47.40% (p=0.008 n=5+5) name old alloc/op new alloc/op delta HexPrint-4 64.0B ± 0% 64.0B ± 0% ~ (all equal) name old allocs/op new allocs/op delta HexPrint-4 2.00 ± 0% 2.00 ± 0% ~ (all equal)
Agniva De Sarker committed -
Seuf committed
-
Mitsuhiro Tanda committed
-
- 07 Nov, 2017 1 commit
-
-
Daniel Lee committed
-
- 06 Nov, 2017 3 commits
-
-
Sven Klemm committed
-
Furtchet committed
-
Update postgres.md
Carl Bergquist committed
-
- 04 Nov, 2017 1 commit
-
-
Alexander Zobnin committed
-
- 03 Nov, 2017 8 commits
-
-
Set MaxIdleConn and MaxOpenConn when using the GF_DATABASE_URL configuration. Also added GF_DATABASE_DEBUG flag to print SQL statements and SQL execution times. See #9784 for the details.
Furtchet committed -
'Annotations' is a plural noun, so it doesn't require adding ‑s to the end of the verb
Nadezhda Mosunova committed -
Torkel Ödegaard committed
-
Alexander Zobnin committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 02 Nov, 2017 4 commits
-
-
Patrick O'Carroll committed
-
chore(docs): update the search Query Example
Carl Bergquist committed -
[bug fix] (cloudwatch) fix default alias format
Carl Bergquist committed -
- Updated the last Search Dashboards Example , so that the Example Request and Response seem related
Ratna Deep Simhadri committed
-
- 01 Nov, 2017 2 commits
-
-
bergquist committed
-
(cloudwatch) add period alias
Carl Bergquist committed
-