Coder Social home page Coder Social logo

aws-xray-developer-guide's Introduction

aws-xray-developer-guide's People

Contributors

alivest avatar aniljaiswal avatar atshaw43 avatar awsrandall avatar buzzsurfr avatar davikeog avatar draliatp-amz avatar eric-jalal avatar et304383 avatar geremycohen avatar gitgaby avatar haotianw465 avatar hyandell avatar jderrett avatar jmrr avatar joshbean avatar kaije avatar lnalex avatar lupengamzn avatar madhead avatar marekaiv avatar medifle avatar mehdi-kettani avatar mwunderl avatar shitijkarsolia avatar smpeters avatar srprash avatar stephengoodall avatar svdgraaf avatar willarmiros avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-xray-developer-guide's Issues

ECS Task Definition missing closing brace

The Task Definition in doc-source/xray-daemon-ecs.md is missing a closing brace between Lines 111 and 112.

**Example VPC task definition**
```
{
"family": "scorekeep",
"networkMode":"awsvpc",
"containerDefinitions": [
{
"name": "xray-daemon",
"image": "123456789012.dkr.ecr.us-east-2.amazonaws.com/xray-daemon",
"cpu": 32,
"memoryReservation": 256,
"portMappings" : [
{
"containerPort": 2000,
"protocol": "udp"
}
]
}
{
"name": "scorekeep-api",
"image": "123456789012.dkr.ecr.us-east-2.amazonaws.com/scorekeep-api",
"cpu": 192,
"memoryReservation": 512,
"environment": [
{ "name" : "AWS_REGION", "value" : "us-east-2" },
{ "name" : "NOTIFICATION_TOPIC", "value" : "arn:aws:sns:us-east-2:123456789012:scorekeep-notifications" }
],
"portMappings" : [
{
"containerPort": 5000
}
]
}
]
```

Invalid Method Signature in Configuring the X-Ray SDK for .NET Page

The Configuring the X-Ray SDK for .NET page has an invalid signature in the example labeled "Example .NET global.asax โ€“ Local sampling rules".

The InitializeRecorder method of the AWSXRayRecorder class in the AWSXRayRecorder.Core assembly only has these overloads:

public static void InitializeInstance(IConfiguration configuration)
public static void InitializeInstance(IConfiguration configuration = null, AWSXRayRecorder recorder = null)

The example makes the call as:

var recorder = new AWSXRayRecorderBuilder().WithSamplingStrategy(new LocalizedSamplingStrategy(samplingrules.json)).Build();
AWSXRayRecorder.InitializeInstance(recorder);

Because recorder is the second parameter in the overload, this example does not compile.

Please clarify behavior of subsegment `http.request.traced` property, meaning of "broken" trace

Hello, the segment documents :: HTTP request data documentation says:

traced โ€“ (subsegments only) boolean indicating that the downstream call is to another traced service. If this field is set to true, X-Ray considers the trace to be broken until the downstream service uploads a segment with a parent_id that matches the id of the subsegment that contains this block.

  1. Can you please clarify what "broken" means? What affect does it have on behavior? How would it be observable in the console or raw trace data?

  2. What would be the effect of setting that on a subsegment for a request to a non-instrumented service that will never upload a segment?

See also:

aws/aws-xray-sdk-node#493

Sending segment batch failed with: NoCredentialProviders: no valid provider

I am running daemon locally for my Django project to get traces.
I have configured the credentials in environment variables and ~/.aws/credentials file as well. But still facing that issue. Can anybody please help me in figuring out issue.
The error which I am facing is

Sending segment batch failed with: NoCredentialProviders: no valid provider

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.