Created
May 5, 2014 19:44
-
-
Save alexandrem/60018eb0428da7e713da to your computer and use it in GitHub Desktop.
graphite-ng test metrics error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
writing to template {1399232203 1399318603 [{test.metric2 ReadMetric("test.metric2")} {derivative(test.metric1) functions.ProcessDerivative( | |
ReadMetric("test.metric1"))}]} | |
executing: go run executor-5577006791947779410.go data.go | |
stdout: | |
sterr: # command-line-arguments | |
./executor-5577006791947779410.go:21: cannot use config (type "_/root/go/src/github.com/graphite-ng/graphite-ng/config".Main) as type "github.com/graphite-ng/graphite-ng/config".Main in function argument | |
./executor-5577006791947779410.go:30: cannot use ReadMetric("test.metric2") (type "github.com/graphite-ng/graphite-ng/chains".ChainEl) as type "_/root/go/src/github.com/graphite-ng/graphite-ng/chains".ChainEl in assignment | |
./executor-5577006791947779410.go:34: cannot use dep_el (type "_/root/go/src/github.com/graphite-ng/graphite-ng/chains".ChainEl) as type "github.com/graphite-ng/graphite-ng/chains".ChainEl in function argument | |
./executor-5577006791947779410.go:40: cannot use functions.ProcessDerivative(ReadMetric("test.metric1")) (type "github.com/graphite-ng/graphite-ng/chains".ChainEl) as type "_/root/go/src/github.com/graphite-ng/graphite-ng/chains".ChainEl in assignment | |
./executor-5577006791947779410.go:44: cannot use dep_el (type "_/root/go/src/github.com/graphite-ng/graphite-ng/chains".ChainEl) as type "github.com/graphite-ng/graphite-ng/chains".ChainEl in function argument |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,i got same error,can u solved your problem?