2

This file is mentioned only once on the internet. However, I need it for my

x-ray monitoring library to refer to it from my appsettings file. How should it look like?

Daan
  • 2,478
  • 3
  • 36
  • 76

1 Answers1

4

The default json used by X-Ray SDK for .NET And .NET Core is : Link

The use of AwsServiceHandlerManifest attribute in configuration is optional : Link

You can follow this json file to define your custom AWSRequestInfo.json and add desired AWS services.

We (the AWS X-Ray team) are very active on the AWS X-Ray official forum. We're much more likely to quickly respond to future posts if they're made to the X-Ray specific forum.

Thanks,

Yogi