Skip to content

Commit

Permalink
update readme for beta (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc authored Dec 12, 2022
1 parent 1e328ca commit 22ebfbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@


## Current Project Status
This project currently lives in a pre-alpha status. Our current release is not production ready; it has been created in order to receive feedback from the community.

For more information, please, consult the documentation of the main [OpenTelemetry php project](https://github.com/open-telemetry/opentelemetry-php).

## Issues
Expand All @@ -15,17 +13,19 @@ Issues have been disabled for this repo in order to help main consistency betwee

## Installation
### Install individual packages:
(This is the recommened way to install the components)

(This is the recommended way to install the components)

Refer to the documentation for the individual components on how to install them


- [AWS](/src/AWS/README.md)
- [Symfony SdkBundle](/src/Symfony/OtelSdkBundle/README.md)

## Usage/Examples

### Auto-instrumentation
Auto-instrumentation requires the [otel_instrumentation](https://github.com/open-telemetry/opentelemetry-php-instrumentation) PHP extension, and
the installation of one or more packages from [src/Instrumentation](./src/Instrumentation)

### AWS
- You can find examples on how to use the ASW classes in the [examples directory](/examples/aws/README.md).

Expand Down

0 comments on commit 22ebfbe

Please sign in to comment.