-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for Cloud Monitoring and Cloud Trace (#1212)
Users may now enable metrics and traces from the Go connector by supplying a "telemetry-project" and project ID. Optionally, users may also set a metrics prefix. Separately, this commit separates metrics and tracing, allowing each to be enabled on their own. In addition, it adds support for configuring the default probabilistic sampling rate and otherwise uses the default where 1/10,000 calls will be traced.
- Loading branch information
Showing
3 changed files
with
1,047 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.