Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-at-work committed Feb 12, 2019
1 parent 121284e commit 5673069
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions observe/observe.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ func GetGAEInfo() (projectID, service, version string) {
}

// GetServiceInfo returns the GCP Project ID,
// the service name and version (gae or through
// GAE_SERVICE/GAE_VERSION env vars)
// the service name and version (GAE or through
// GAE_SERVICE/GAE_VERSION env vars). Note
// that GAE_SERVICE/GAE_VERSION are not standard but
// your application can pass them in as variables
// to be included in your trace attributes
func GetServiceInfo() (projectID, service, version string) {
if IsGAE() {
return GetGAEInfo()
Expand Down

0 comments on commit 5673069

Please sign in to comment.