Skip to content

Commit 67026ce

Browse files
dmehalakakkoyun
andauthored
fix(service-discovery): report go instead of golang (#3352)
Co-authored-by: Kemal Akkoyun <[email protected]>
1 parent 1be9aea commit 67026ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/tracer/tracer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func storeConfig(c *config) {
226226
metadata := TracerMetadata{
227227
SchemaVersion: 1,
228228
RuntimeId: globalconfig.RuntimeID(),
229-
Language: "golang",
229+
Language: "go",
230230
Version: globalversion.Tag,
231231
Hostname: c.hostname,
232232
ServiceName: c.serviceName,

0 commit comments

Comments
 (0)