[jira] [Commented] (SOLR-13773) Add env-var options to prometheus-exporter start script.

2019-09-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-13773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16932816#comment-16932816
 ] 

ASF subversion and git services commented on SOLR-13773:


Commit b9633e0f26052155a18fcbdd08b7fa3a30a88e37 in lucene-solr's branch 
refs/heads/branch_8x from Anshum Gupta
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b9633e0 ]

SOLR-13773: Prometheus Exporter GC and Heap options (#887) (#890)

* SOLR-13773: Prometheus Exporter GC and Heap options

* Adding info to the ref-guide.

> Add env-var options to prometheus-exporter start script.
> 
>
> Key: SOLR-13773
> URL: https://issues.apache.org/jira/browse/SOLR-13773
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: metrics
>Affects Versions: master (9.0), 8.3
>Reporter: Houston Putman
>Priority: Minor
>  Labels: metric-collector
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> The startup options for the Prometheus Exporter are pretty sparse compared to 
> what the Solr start script offers.
> I've added some options that mirror what Solr offers, such as
>  * SOLR_HEAP
>  * SOLR_JAVA_MEM
>  * GC_TUNE
> Having just the memory settings available would let us start the prometheus 
> exporter with more than 500 Mb of heap, which right now isn't possible as the 
> max heap is [hard coded 
> here|https://github.com/apache/lucene-solr/blob/master/solr/contrib/prometheus-exporter/bin/solr-exporter#L107].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (SOLR-13773) Add env-var options to prometheus-exporter start script.

2019-09-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-13773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16932815#comment-16932815
 ] 

ASF subversion and git services commented on SOLR-13773:


Commit b9633e0f26052155a18fcbdd08b7fa3a30a88e37 in lucene-solr's branch 
refs/heads/branch_8x from Anshum Gupta
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b9633e0 ]

SOLR-13773: Prometheus Exporter GC and Heap options (#887) (#890)

* SOLR-13773: Prometheus Exporter GC and Heap options

* Adding info to the ref-guide.

> Add env-var options to prometheus-exporter start script.
> 
>
> Key: SOLR-13773
> URL: https://issues.apache.org/jira/browse/SOLR-13773
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: metrics
>Affects Versions: master (9.0), 8.3
>Reporter: Houston Putman
>Priority: Minor
>  Labels: metric-collector
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> The startup options for the Prometheus Exporter are pretty sparse compared to 
> what the Solr start script offers.
> I've added some options that mirror what Solr offers, such as
>  * SOLR_HEAP
>  * SOLR_JAVA_MEM
>  * GC_TUNE
> Having just the memory settings available would let us start the prometheus 
> exporter with more than 500 Mb of heap, which right now isn't possible as the 
> max heap is [hard coded 
> here|https://github.com/apache/lucene-solr/blob/master/solr/contrib/prometheus-exporter/bin/solr-exporter#L107].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (SOLR-13773) Add env-var options to prometheus-exporter start script.

2019-09-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-13773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16932799#comment-16932799
 ] 

ASF subversion and git services commented on SOLR-13773:


Commit c7f84873280d7d60ebdfff72e0c72fb60cf24e69 in lucene-solr's branch 
refs/heads/master from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=c7f8487 ]

SOLR-13773: Prometheus Exporter GC and Heap options (#887)

* SOLR-13773: Prometheus Exporter GC and Heap options

* Adding info to the ref-guide.


> Add env-var options to prometheus-exporter start script.
> 
>
> Key: SOLR-13773
> URL: https://issues.apache.org/jira/browse/SOLR-13773
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: metrics
>Affects Versions: master (9.0), 8.3
>Reporter: Houston Putman
>Priority: Minor
>  Labels: metric-collector
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> The startup options for the Prometheus Exporter are pretty sparse compared to 
> what the Solr start script offers.
> I've added some options that mirror what Solr offers, such as
>  * SOLR_HEAP
>  * SOLR_JAVA_MEM
>  * GC_TUNE
> Having just the memory settings available would let us start the prometheus 
> exporter with more than 500 Mb of heap, which right now isn't possible as the 
> max heap is [hard coded 
> here|https://github.com/apache/lucene-solr/blob/master/solr/contrib/prometheus-exporter/bin/solr-exporter#L107].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (SOLR-13773) Add env-var options to prometheus-exporter start script.

2019-09-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-13773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16932800#comment-16932800
 ] 

ASF subversion and git services commented on SOLR-13773:


Commit c7f84873280d7d60ebdfff72e0c72fb60cf24e69 in lucene-solr's branch 
refs/heads/master from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=c7f8487 ]

SOLR-13773: Prometheus Exporter GC and Heap options (#887)

* SOLR-13773: Prometheus Exporter GC and Heap options

* Adding info to the ref-guide.


> Add env-var options to prometheus-exporter start script.
> 
>
> Key: SOLR-13773
> URL: https://issues.apache.org/jira/browse/SOLR-13773
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: metrics
>Affects Versions: master (9.0), 8.3
>Reporter: Houston Putman
>Priority: Minor
>  Labels: metric-collector
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> The startup options for the Prometheus Exporter are pretty sparse compared to 
> what the Solr start script offers.
> I've added some options that mirror what Solr offers, such as
>  * SOLR_HEAP
>  * SOLR_JAVA_MEM
>  * GC_TUNE
> Having just the memory settings available would let us start the prometheus 
> exporter with more than 500 Mb of heap, which right now isn't possible as the 
> max heap is [hard coded 
> here|https://github.com/apache/lucene-solr/blob/master/solr/contrib/prometheus-exporter/bin/solr-exporter#L107].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org