Commit Graph

8 Commits

Author SHA1 Message Date
Tom de Bruijn 78874df5c2
Fix install of Python 3.10 on GitHub Actions (#1609)
* Fix install of Python 3.10 on GitHub Actions

In PR #1604 the Python version was upgraded to Python 3.10 to fix a
local issue on M1 MacBooks.

The GitHub Action workflows now exit with the following message for the
docker-tests, spellcheck and lint checks, skipping these checks.

```
lint create: /home/runner/work/opentelemetry-python-contrib/opentelemetry-python-contrib/.tox/lint
SKIPPED: InterpreterNotFound: python3.10
___________________________________ summary ____________________________________
SKIPPED:  lint: InterpreterNotFound: python3.10
  congratulations :)
```

Upgrade the Python version in the GitHub Actions workflow to fix this.

* Fix YAML interpretation of Python 3.10

* Upgrade Docker tests dependencies

Upgrade the asyncpg and psycopg2 packages, they don't work on Python
3.10.

This also fixes running these tests no M1 MacBooks.

* Fix linter issues merged into main

They went unnoticed while the CI didn't fail on the lint task not
working.

---------

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-02-03 08:37:24 +05:30
Youssef Gamal 0dc16a4118
Update prom rw exporter (#1359) 2022-11-01 01:30:32 +05:30
Leighton Chen c265e2f035
Remove metrics from main branch (#312) 2021-02-05 16:41:03 -08:00
Owais Lone 472f845381
Upgrade isort and enable black compat mode (#248) 2021-01-05 07:23:53 -08:00
Shovnik Bhattacharya b310ec1728
Added exporter request methods (#212) 2020-12-08 10:06:46 -08:00
Shovnik Bhattacharya f71bc2b79e
Add conversion to TimeSeries methods (#207) 2020-12-02 06:47:12 -08:00
Azfaar Qureshi aba6e97d00
Adding param validation (#206)
fix lint changes
2020-11-27 11:39:42 -08:00
Shovnik Bhattacharya 9b71f8b30c
Setup Prometheus Remote Write Exporter (#180) 2020-11-27 09:58:55 -08:00