We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9bdba commit 056a9d3Copy full SHA for 056a9d3
receiver/opencensusreceiver/config.go
@@ -32,6 +32,7 @@ type Config struct {
32
// TLSCredentials is a (cert_file, key_file) configuration.
33
TLSCredentials *tlsCredentials `mapstructure:"tls-credentials,omitempty"`
34
35
+ // CorsOrigins is the allowed list of origins for HTTP/JSON based trace data.
36
CorsOrigins []string `mapstructure:"cors-allowed-origins"`
37
38
// Keepalive anchor for all the settings related to keepalive.
0 commit comments