Commit Graph

1319 Commits

Author SHA1 Message Date
alrex efd0520445 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-09-14 15:11:56 -07:00
Leighton Chen da202b05f6 Use is_recording flag in requests instrumentation (#1087) 2020-09-14 13:13:44 -07:00
alrex 44c78a2483 instrumentation/botocore: fix failing test (#1100)
The failing test was introduced I believe by a change in behaviour noted in this issue: https://github.com/spulec/moto/issues/3292. The solution is to set a region in the create_bucket call.

Fixes #1088
2020-09-14 12:49:52 -07:00
Daniel a5415970d6 build/infra: Add GitHub Action for tox runs (#984)
The Python 3.5 intrumentation test segfaults when importing the mysql connector. Running this test on Ubuntu-20.04 fixes this issue.
2020-09-14 08:27:06 -07:00
Florimond Manca 8c61da03bf Update ASGI instrumentation docs (#1090) 2020-09-10 09:28:37 -07:00
Leighton Chen c26f7836e5 Comment out botocore test (#1089) 2020-09-09 14:04:19 -07:00
alrex 4f8d23b655 Rename HTTPTextFormat to TextMapPropagator (#1085) 2020-09-09 13:23:56 -07:00
alrex 2d5adef109 Rename HTTPTextFormat to TextMapPropagator (#1085) 2020-09-09 13:23:56 -07:00
alrex beebaaf86d sdk: rename resource labels to attributes (#1082)
This aligns with the specification for Resources
2020-09-09 08:23:18 -07:00
alrex 145a14e5bf sdk: rename resource labels to attributes (#1082)
This aligns with the specification for Resources
2020-09-09 08:23:18 -07:00
Steve Flanders ce66c8d458
Remove non-inclusive language (#43)
Addresses #42

TODO: address pylint
2020-09-08 17:06:47 -07:00
Steve Flanders ff69908250 Remove non-inclusive language from comments in pylint (#1077)
* Remove non-inclusive language from comments in pylint
Co-authored-by: Daniel <61800298+ffe4@users.noreply.github.com>
2020-09-08 08:05:34 -07:00
Diego Hurtado 80f73e675f instrumentation/system-metrics: Update System Metrics (#1019)
Fixes #1006
2020-09-03 17:19:13 -07:00
alrex 7d9ea1bd1e Populate resource attributes as per semantic conventions (#1053)
As per semantic conventions, set the `telemetry.sdk` parameters.
2020-09-03 16:02:02 -07:00
Leighton Chen 5ddecb4b8e Attributes returned from SamplingResult must be immutable (#1066) 2020-09-03 09:07:03 -07:00
Daniel 70b63c3959 Add support for db cursors and connections in context managers (#1028)
Here is an example snippet that will not report tracing without this patch:

with psycopg2.connect(...) as conn, conn.cursor() as cursor:
    cursor.execute("select 1;")

Co-authored-by: Carl Bordum Hansen <carl@bordum.dk>
2020-09-02 11:26:16 -07:00
Daniel 33954ca03b Add support for db cursors and connections in context managers (#1028)
Here is an example snippet that will not report tracing without this patch:

with psycopg2.connect(...) as conn, conn.cursor() as cursor:
    cursor.execute("select 1;")

Co-authored-by: Carl Bordum Hansen <carl@bordum.dk>
2020-09-02 11:26:16 -07:00
Daniel a5bb6de811 Add support for db cursors and connections in context managers (#1028)
Here is an example snippet that will not report tracing without this patch:

with psycopg2.connect(...) as conn, conn.cursor() as cursor:
    cursor.execute("select 1;")

Co-authored-by: Carl Bordum Hansen <carl@bordum.dk>
2020-09-02 11:26:16 -07:00
Mario Jonke fbd782c7f4 RequestsInstrumentor: Add support for prepared requests (#1040)
in addition to Session.request instrument Session.send to also
create spans for prepared requests.
2020-09-01 22:42:01 -07:00
Leighton Chen cec9b5508c Align sampling specs in SDK (#1034) 2020-08-31 12:07:32 -07:00
Gunnlaugur Thor Briem ff33a269f8 docs: fix outdated alpha statement (#1047)
`README.md` and the opentelemetry website say this library is in beta,
and releases have been called betas since March, so update
`docs/index.rst` to be consistent with that.
2020-08-28 14:45:06 -07:00
Mario Jonke 9b6f43ec0f Fix grpc tests when running from cmd-line/eachdist script (#1027)
* when running the grpc tests with pytest or eachdist from the command
  line the 2nd test trying to connect to the test server failed with
  a connection refused message.
  Seems like the connection from the previous test was still alive due to
  the channel not being properly closed.
2020-08-21 10:20:04 -05:00
Leighton Chen 02d48caf17 Move samplers to SDK package (#1023) 2020-08-20 14:02:55 -07:00
Daniel bdc39963c0 Increase docker-tests retry count (#1026) 2020-08-20 09:25:14 -07:00
Leighton Chen 0d18297f96 bug (#1011) 2020-08-18 10:14:32 -07:00
Leighton Chen 4af0275aef bug (#1011) 2020-08-18 10:14:32 -07:00
alrex 8d061a079f Span name updated to follow semantic conventions to reduce cardinality (#972) 2020-08-17 21:50:09 -07:00
alrex c9a0fe761b Span name updated to follow semantic conventions to reduce cardinality (#972) 2020-08-17 21:50:09 -07:00
Diego Hurtado e103fbb0de exporter/otlp: Add OTLP metric exporter (#835) 2020-08-17 23:06:05 -05:00
Leighton Chen 0dd334b293 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen 5e65813e47 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen 005da9623d chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen d842c4fc4f chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen c200083904 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen df44647b73 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen f52f37739d chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen e756e29b11 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen 2dd382bae9 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen 47cca14b8a chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen bde5db2ca7 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen 271c37bbdf chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen b36f8aadd2 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen b5cd865261 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen 405a85d9dd chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen b9060952e1 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen b7cdf8fa6e chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen cab267ce78 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen d1332d2c36 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen 9c15ae5373 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen bfd80edbe3 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00