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

feat: Integrating ELK provider #3740

Closed
wants to merge 1 commit into from

Conversation

Bharadwajshivam28
Copy link
Member

Fixes #3727

Description

I have started creating custom KeptnMetricsProvider for Elastic and now I have integrated some methods.

For now the methods purpose are-

  • NewElasticProvider: Creates a new KeptnElasticProvider with an Elasticsearch client.
  • FetchAnalysisValue: Runs a query to get analysis results and returns the metric value.
  • EvaluateQuery: Runs a metric query for the last 30 minutes and returns the metric value.
  • runElasticQuery: Executes a query on Elasticsearch and returns the result.
  • extractMetric: Gets the metric value from the Elasticsearch result.

@Bharadwajshivam28 Bharadwajshivam28 requested a review from a team as a code owner October 2, 2024 00:10
Copy link

sonarqubecloud bot commented Oct 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrating Keptn with ELK Stack
1 participant