janhoy commented on PR #3132:
URL: https://github.com/apache/solr/pull/3132#issuecomment-3244218597
Needs code upgrade in prometheus-exporter using JQ API
```
> Task :solr:prometheus-exporter:validateSourcePatterns
/home/runner/work/solr/solr/solr/prometheus-exporter/src/java/org/apache/solr/prometheus/scraper/SolrScraper.java:173:
error: method apply in class JsonQuery cannot be applied to given types;
List<JsonNode> results = jsonQuery.apply(jsonNode);
^
required: Scope,JsonNode,Output
found: JsonNode
reason: actual and formal argument lists differ in length
/home/runner/work/solr/solr/solr/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/MetricsQuery.java:138:
error: method compile in class JsonQuery cannot be applied to given types;
JsonQuery compiledJsonQuery = JsonQuery.compile(jsonQuery);
^
required: String,Version
found: String
reason: actual and formal argument lists differ in length
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]