-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AWS Lambda package metadata files
- Loading branch information
1 parent
4174a55
commit 657c2b1
Showing
17 changed files
with
19 additions
and
931 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,13 @@ | |
# limitations under the License. | ||
# | ||
[metadata] | ||
name = opentelemetry-instrumentation-aws_lambda | ||
name = opentelemetry-instrumentation-aws-lambda | ||
description = OpenTelemetry AWS Lambda instrumentation | ||
long_description = file: README.rst | ||
long_description_content_type = text/x-rst | ||
author = OpenTelemetry Authors | ||
author_email = [email protected] | ||
url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aws_lambda | ||
url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aws-lambda | ||
platforms = any | ||
license = Apache-2.0 | ||
classifiers = | ||
|
@@ -39,7 +39,7 @@ package_dir= | |
packages=find_namespace: | ||
install_requires = | ||
opentelemetry-instrumentation == 0.25b2 | ||
opentelemetry-propagator-aws-xray == 1.0.0 | ||
opentelemetry-propagator-aws-xray == 1.0.1 | ||
opentelemetry-semantic-conventions == 0.25b2 | ||
|
||
[options.extras_require] | ||
|
@@ -54,6 +54,3 @@ where = src | |
# current AWS Lambda implementation reloads a fresh import of the user's Lambda | ||
# handler. Auto Instrumentation runs _before_ and if it instruments the handler | ||
# that patching will be lost. | ||
# | ||
# opentelemetry_instrumentor = | ||
# aws_lambda = opentelemetry.instrumentation.aws_lambda:AwsLambdaInstrumentor |
File renamed without changes.
13 changes: 13 additions & 0 deletions
13
...metry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Copyright 2020, OpenTelemetry Authors | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
166 changes: 0 additions & 166 deletions
166
instrumentation/opentelemetry-instrumentation-aws_lambda/scripts/otel-instrument
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
instrumentation/opentelemetry-instrumentation-aws_lambda/scripts/otel_wrapper.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.