@@ -355,6 +355,50 @@ crate::declare_annotations! {
355355 test_json: None ,
356356 pipeline_affinity: PipelineAffinity :: Pipelines ( & [ Pipeline :: Otlp ] ) ,
357357 } ;
358+ /// `otlp_config.receiver.protocols.http.cors.allowed_headers`-HTTP CORS allowed headers
359+ OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_CORS_ALLOWED_HEADERS = SalukiAnnotation {
360+ schema: & schema:: OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_CORS_ALLOWED_HEADERS ,
361+ support_level: SupportLevel :: Full ,
362+ additional_yaml_paths: & [ ] ,
363+ env_var_override: None ,
364+ used_by: & [ structs:: TYPED_CONFIG_SYSTEM ] ,
365+ value_type_override: None ,
366+ test_json: None ,
367+ pipeline_affinity: PipelineAffinity :: Pipelines ( & [ Pipeline :: Otlp ] ) ,
368+ } ;
369+ /// `otlp_config.receiver.protocols.http.cors.allowed_origins`-HTTP CORS allowed origins
370+ OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_CORS_ALLOWED_ORIGINS = SalukiAnnotation {
371+ schema: & schema:: OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_CORS_ALLOWED_ORIGINS ,
372+ support_level: SupportLevel :: Full ,
373+ additional_yaml_paths: & [ ] ,
374+ env_var_override: None ,
375+ used_by: & [ structs:: TYPED_CONFIG_SYSTEM ] ,
376+ value_type_override: None ,
377+ test_json: None ,
378+ pipeline_affinity: PipelineAffinity :: Pipelines ( & [ Pipeline :: Otlp ] ) ,
379+ } ;
380+ /// `otlp_config.receiver.protocols.http.cors.exposed_headers`-HTTP CORS exposed headers
381+ OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_CORS_EXPOSED_HEADERS = SalukiAnnotation {
382+ schema: & schema:: OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_CORS_EXPOSED_HEADERS ,
383+ support_level: SupportLevel :: Full ,
384+ additional_yaml_paths: & [ ] ,
385+ env_var_override: None ,
386+ used_by: & [ structs:: TYPED_CONFIG_SYSTEM ] ,
387+ value_type_override: None ,
388+ test_json: None ,
389+ pipeline_affinity: PipelineAffinity :: Pipelines ( & [ Pipeline :: Otlp ] ) ,
390+ } ;
391+ /// `otlp_config.receiver.protocols.http.cors.max_age`-HTTP CORS max age
392+ OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_CORS_MAX_AGE = SalukiAnnotation {
393+ schema: & schema:: OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_CORS_MAX_AGE ,
394+ support_level: SupportLevel :: Full ,
395+ additional_yaml_paths: & [ ] ,
396+ env_var_override: None ,
397+ used_by: & [ structs:: TYPED_CONFIG_SYSTEM ] ,
398+ value_type_override: None ,
399+ test_json: None ,
400+ pipeline_affinity: PipelineAffinity :: Pipelines ( & [ Pipeline :: Otlp ] ) ,
401+ } ;
358402 /// `tags`-Global tags for EKS Fargate OTLP metrics
359403 TAGS = SalukiAnnotation {
360404 schema: & schema:: TAGS ,
0 commit comments