Skip to content

Commit 056a9d3

Browse files
author
Jonah Back
committed
Add GoDoc
1 parent cb9bdba commit 056a9d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

receiver/opencensusreceiver/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ type Config struct {
3232
// TLSCredentials is a (cert_file, key_file) configuration.
3333
TLSCredentials *tlsCredentials `mapstructure:"tls-credentials,omitempty"`
3434

35+
// CorsOrigins is the allowed list of origins for HTTP/JSON based trace data.
3536
CorsOrigins []string `mapstructure:"cors-allowed-origins"`
3637

3738
// Keepalive anchor for all the settings related to keepalive.

0 commit comments

Comments
 (0)