add telemetry endpoint

This commit is contained in:
Vivek Kumar 2024-02-22 20:28:53 +05:30
parent 5b560d77ec
commit 3d18b83c84
No known key found for this signature in database
GPG key ID: 81605FDFBA4EF440
2 changed files with 2 additions and 2 deletions

View file

@ -457,4 +457,4 @@ func parseHeaderArgs(args []string) http.Header {
headers.Add(parts[0], value)
}
return headers
}
}

View file

@ -76,4 +76,4 @@ func InstrumentGenericAPIClient(client client.GenericAPIClient, serverName strin
serverName: serverName,
client: client,
}
}
}