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

feature: support Prometheus Lexer. #62

Merged
merged 25 commits into from
May 27, 2020
Merged

Conversation

Dark0096
Copy link

Background

  • Prometheus is a very powerful monitoring tool. It is used in the Kubernetes environment with multiple ecosystems. Accordingly, the Prometheus query is becoming an essential factor.

Feature

  • Before implementing Prometheus Parser, I developed Lexer that can generate the necessary tokens.
    Next, I will begin to support Prometheus query to implement parser based on prometheusLexer.

@Dark0096 Dark0096 requested a review from jerome89 April 18, 2020 12:02
@Dark0096 Dark0096 added the enhancement New feature or request label Apr 18, 2020
@Dark0096 Dark0096 added this to the 2.0.0 milestone Apr 18, 2020
Copy link

@jerome89 jerome89 left a comment

Choose a reason for hiding this comment

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

Impressive. Respect your hard work.

@Dark0096 Dark0096 merged commit e9d3d20 into master May 27, 2020
@Dark0096 Dark0096 deleted the feature/prometheus-grammar branch May 27, 2020 12:34
@Dark0096 Dark0096 modified the milestones: 2.0.0, 1.9.0 May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants