Advertisement
mobilefish

Untitled

Apr 18th, 2021
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. # Maximum buffer size in MB (minimum 3). Choose 0 to use 1% of host memory.
  2. TotalBufferSizeMB: 0
  3. # Maximum number of concurrent calls to AWS X-Ray to upload segment documents.
  4. Concurrency: 8
  5. # Send segments to AWS X-Ray service in a specific region
  6. Region: ""
  7. # Change the X-Ray service endpoint to which the daemon sends segment documents.
  8. Endpoint: ""
  9. Socket:
  10. # Change the address and port on which the daemon listens for UDP packets containing segment documents.
  11. UDPAddress: "127.0.0.1:4000"
  12. # Change the address and port on which the daemon listens for HTTP requests to proxy to AWS X-Ray.
  13. TCPAddress: "127.0.0.1:4000"
  14. Logging:
  15. LogRotation: true
  16. # Change the log level, from most verbose to least: dev, debug, info, warn, error, prod (default).
  17. LogLevel: "prod"
  18. # Output logs to the specified file path.
  19. LogPath: ""
  20. # Turn on local mode to skip EC2 instance metadata check.
  21. LocalMode: false
  22. # Amazon Resource Name (ARN) of the AWS resource running the daemon.
  23. ResourceARN: ""
  24. # Assume an IAM role to upload segments to a different account.
  25. RoleARN: ""
  26. # Disable TLS certificate verification.
  27. NoVerifySSL: false
  28. # Upload segments to AWS X-Ray through a proxy.
  29. ProxyAddress: ""
  30. # Daemon configuration file format version.
  31. Version: 2
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement