Index: filter/count/gi.go |
diff --git a/filter/count/gi.go b/filter/count/gi.go |
index 548692b0e09c29c082e6feeff36b54b75f4722c2..1eb2589788d4f79b409811bc254f9f830c858187 100644 |
--- a/filter/count/gi.go |
+++ b/filter/count/gi.go |
@@ -15,6 +15,7 @@ import ( |
// InfoCounter is the counter object for the GlobalInfo service. |
type InfoCounter struct { |
AppID Entry |
+ FullyQualifiedAppID Entry |
GetNamespace Entry |
Datacenter Entry |
DefaultVersionHostname Entry |
@@ -47,6 +48,11 @@ func (g *infoCounter) AppID() string { |
return g.gi.AppID() |
} |
+func (g *infoCounter) FullyQualifiedAppID() string { |
+ g.c.FullyQualifiedAppID.up() |
+ return g.gi.FullyQualifiedAppID() |
+} |
+ |
func (g *infoCounter) GetNamespace() string { |
g.c.GetNamespace.up() |
return g.gi.GetNamespace() |