Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Dec 8, 2023
1 parent 34270d6 commit bcb0f74
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Features to be added:

# Getting started

**Notice:** *This library is still in active development and has not been published to NuGet.org yet.*

Add the `AWS.Messaging` NuGet package to your project:
```
dotnet add package AWS.Messaging --prerelease
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Getting Started

**Notice:** *This library is still in active development and has not been published to NuGet.org yet.*

Add the `AWS.Messaging` NuGet package to your project:
```
dotnet add package AWS.Messaging --prerelease
Expand Down
3 changes: 1 addition & 2 deletions src/AWS.Messaging.Lambda/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# AWS Lambda plugin for AWS Message Processing Framework for .NET
[![nuget](https://img.shields.io/nuget/v/AWS.Messaging.Lambda.svg) ![downloads](https://img.shields.io/nuget/dt/AWS.Messaging.Lambda.svg)](https://www.nuget.org/packages/AWS.Messaging.Lambda/)

**Notice:** *This library is still in early active development and is not ready for use beyond experimentation.*

Expand All @@ -8,8 +9,6 @@ In AWS Lambda, the service takes care of reading the messages from the SQS queue

## Example

**Notice:** *This library is still in active development and has not been published to NuGet.org yet.*

To get started, add the `AWS.Messaging.Lambda` NuGet package to your project:
```
dotnet add package AWS.Messaging.Lambda --prerelease
Expand Down
3 changes: 1 addition & 2 deletions src/AWS.Messaging.Telemetry.OpenTelemetry/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# OpenTelemetry plugin for AWS Message Processing Framework for .NET
[![nuget](https://img.shields.io/nuget/v/AWS.Messaging.Telemetry.OpenTelemetry.svg) ![downloads](https://img.shields.io/nuget/dt/AWS.Messaging.Telemetry.OpenTelemetry.svg)](https://www.nuget.org/packages/AWS.Messaging.Telemetry.OpenTelemetry/)

**Notice:** *This library is still in early active development and is not ready for use beyond experimentation.*

Expand All @@ -10,8 +11,6 @@ messages that are sent and received.

### 1. Install Packages

**Notice:** *This library is still in active development and has not been published to NuGet.org yet.*

Add a reference to [`AWS.Messaging.Telemetry.OpenTelemetry`](https://www.nuget.org/packages/AWS.Messaging.Telemetry.OpenTelemetry). In this example, we're going to configure OpenTelemetry on our `IServiceCollection`, so also add a reference to [`OpenTelemetry.Extensions.Hosting`](https://www.nuget.org/packages/OpenTelemetry.Extensions.Hosting). This is not required if starting and stopping tracing via `CreateTracerProviderBuilder`.

You may also add a reference to one or more [exporters](https://opentelemetry.io/docs/instrumentation/net/exporters/) to visualize your telemetry data.
Expand Down

0 comments on commit bcb0f74

Please sign in to comment.