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

Need markdown table export #38

Closed
coanor opened this issue May 15, 2023 · 1 comment
Closed

Need markdown table export #38

coanor opened this issue May 15, 2023 · 1 comment

Comments

@coanor
Copy link
Contributor

coanor commented May 15, 2023

I'm using promlinter to export project's metrics to markdown documents, but it seems the output in plain text like(with --add-help):

TYPE    NAME              HELP
GAUGE   some_metric       The metrics's help info

And I think it's better to show them as table in HTML(create by mkdocs in markdown) with basic markdown table syntax:

TYPE NAME HELP
GAUGE some_metric The metrics's help info

I think --md-table is a good flag. Related to #35.

@yeya24
Copy link
Owner

yeya24 commented Apr 22, 2024

Closed by #39

@yeya24 yeya24 closed this as completed Apr 22, 2024
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

No branches or pull requests

2 participants