-
Notifications
You must be signed in to change notification settings - Fork 652
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
Add Prometheus exporter #157
Comments
is there any work left on this issue ? @c24t |
@rajibmitra work has not started on this yet, from what I can tell. @lzchen @c24t any issue with someone picking this up? |
@toumorokoshi |
@hectorhdzg you may be interested in this since it goes hand-in-hand with @lzchen's aggregation and export work. |
@rajibmitra you're welcome to pick this up, but it relies on some ongoing work in #341. Are you interested in prometheus specifically, metrics in general, or just looking for interesting open issues? |
See also open-telemetry/opentelemetry-go#334, which added the prometheus exporter in go before metrics aggregation was ready by using the prometheus lib to handle aggregation. |
I am just looking for interesting open issues, I am comfortable in python and go and k8s ecosystem |
Assigning this one to @hectorhdzg at his request. @rajibmitra, come chat on gitter and we can find a good first issue for you. |
* feat(plugin): add http plugin Closes open-telemetry#157 Signed-off-by: Olivier Albertini <[email protected]> * fix: integrate vmarchaud recommandations Signed-off-by: Olivier Albertini <[email protected]> * fix: wip revert - gts fix issue on all packages Signed-off-by: Olivier Albertini <[email protected]> * fix: integrate mayurkale22 recommendations Signed-off-by: Olivier Albertini <[email protected]> * ci: gts fix for ci build Signed-off-by: Olivier Albertini <[email protected]> * refactor: add mayurkale22 recommendations Signed-off-by: Olivier Albertini <[email protected]> * fix: integrate bg451 recommendations test: increase coverage fix: attributes requirements from the spec. Signed-off-by: Olivier Albertini <[email protected]> * fix: add missing header and revert scopeManager to private field test: rename some tests fix: copy/paste tests Signed-off-by: Olivier Albertini <[email protected]> * fix: add tests and improve attributes from spec fix parentSpanId instead of parentId from rebase add workaround with got and node12+ (real http call) improve args passed to function (url, options, cb) Signed-off-by: Olivier Albertini <[email protected]> * fix: add mayurkale22 recommendations Signed-off-by: Olivier Albertini <[email protected]> * fix: rebase and remove/replace wrapEmitter to bind Signed-off-by: Olivier Albertini <[email protected]> * fix: add Flarna recommendations fix: add Flarna recommendations fix: tests fix: OC bugs in OT only test: add assertions Allow options object as second argument Signed-off-by: Olivier Albertini <[email protected]> * refactor: simplify propagation usage Signed-off-by: Olivier Albertini <[email protected]> * fix: add Flarna recommandations Signed-off-by: Olivier Albertini <[email protected]> * refactor(test): use ReadableSpan Signed-off-by: Olivier Albertini <[email protected]> * feat: export class/enums for https module Signed-off-by: Olivier Albertini <[email protected]> * refactor: plugin.enable has logger param Signed-off-by: Olivier Albertini <[email protected]> * fix: add license header, rename enum files and refactoring refactor: make integration tests mandatory for ci only remove duplicate tests remove dead comments Signed-off-by: Olivier Albertini <[email protected]>
Add prometheus exporter to prove metrics SDK. Consider adding console exporter for metrics. This depends on metrics SDK work: #155.
The text was updated successfully, but these errors were encountered: