Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prom rw exporter #1359

Merged
merged 27 commits into from
Oct 31, 2022

Conversation

Seefooo
Copy link
Contributor

@Seefooo Seefooo commented Sep 27, 2022

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #933

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit tests have been updated and should provide similar coverage of functionality from before. Some tests where replaced, others fixed to support changes to MetricExporter ABC & or new components from OT SDK
  • Example directory for this exporter previously contained a complete example. I updated that to also provide similar coverage of the supported OT metric objects. It works as defined following the README instructions in there. No instruction update was required.

Does This PR Require a Core Repo Change?

  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project (Ran linters, but may have missed some things)
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Sep 27, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

@Seefooo Seefooo marked this pull request as ready for review September 28, 2022 13:20
@Seefooo Seefooo requested a review from a team as a code owner September 28, 2022 13:20
- add Tox commands to setup & test the exporter
- add the Prometheus Remote Write Proto files & update them.
- added a mini-script that wraps the protoc command to regen. them
- Fix some naming issues,add a regex to correct these
- Update setup.cfg versions
- Update the example app for newer sdk syntax
this would be released as part of 1.13.0
Seefooo and others added 4 commits October 4, 2022 11:18
- Fix flake8 issues
- Correct spelling mistakes (except false positive 'ro' in docker
  compose)
- Updated Changelog. Not sure if this is worthy
Copy link
Member

@aabmass aabmass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for PR! Just leaving a few comments but overall looks great 😃

Seefooo and others added 4 commits October 12, 2022 10:14
- Update to pyproject.toml & float deps
- Update README.rst
- Updates to automate pulling & generating protobuf files
- Add README for protobuf generation
Copy link
Member

@aabmass aabmass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with just a few changes. Thanks again for contributing :)

pyproject.toml Outdated Show resolved Hide resolved
Seefooo and others added 3 commits October 26, 2022 09:37
- Was causing issues with other tools. I just ran our formatting tool on
  the generated files to avoid issues.
- add a gitignore here to ensure our mimicked import setup doesn't get
  committed.
@srikanthccv srikanthccv self-assigned this Oct 27, 2022
Seefooo and others added 4 commits October 28, 2022 10:20
- Cannot fix the syntax failures on 'examples/*' directory tho...
- avoids the pylint issue. This is probably better anyway as the example
  is focused on setting up an environment to test exporting, rather than
  providing multiple examples.
@srikanthccv
Copy link
Member

Thanks!

@srikanthccv srikanthccv merged commit 0dc16a4 into open-telemetry:main Oct 31, 2022
saartochner-lumigo pushed a commit to lumigo-io/opentelemetry-python-contrib that referenced this pull request Nov 13, 2022
saartochner-lumigo pushed a commit to lumigo-io/opentelemetry-python-contrib that referenced this pull request Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore prometheus remote write exporter
4 participants