Skip to content

Comments

Add NeuralQueryEnricher stats#1

Draft
q-andy wants to merge 5 commits intometrics-frameworkfrom
metrics-example
Draft

Add NeuralQueryEnricher stats#1
q-andy wants to merge 5 commits intometrics-frameworkfrom
metrics-example

Conversation

@q-andy
Copy link
Owner

@q-andy q-andy commented Feb 6, 2025

Description

Example PR adding stats for NeuralQueryEnricher executions
Example JSON response:

{
	"_nodes": {
		"total": 1,
		"successful": 1,
		"failed": 0
	},
	"cluster_name": "integTest",
	"all_nodes": {
		"ingest_processor": {
			"text_embedding": {
				"executions": 2
			}
		},
		"search_processor": {
			"neural_query_enricher": {
				"executions": 1
			}
		},
	},
	"derived": {
		"cluster_version": "3.0.0"
	},
}

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

q-andy and others added 5 commits February 3, 2025 10:11
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.

1 participant