epugh commented on code in PR #4210: URL: https://github.com/apache/solr/pull/4210#discussion_r2969483874
########## solr/monitoring/dev/docker-compose.yml: ########## @@ -0,0 +1,139 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ============================================================================ +# DEVELOPER CONVENIENCE ONLY — NOT FOR PRODUCTION USE +# ============================================================================ +# +# This docker-compose stack is provided solely to make it easy for contributors +# to view and test changes to the two monitoring artifacts: +# +# ../grafana-solr-dashboard.json — Grafana dashboard (main artifact) +# ../prometheus-solr-alerts.yml — Prometheus alert rules (main artifact) +# +# It is NOT intended as a reference deployment or a recommended production setup. +# For integrating these artifacts into your own Prometheus + Grafana installation, +# see the Solr Reference Guide (monitoring-with-prometheus-and-grafana.adoc). +# +# Quick start: +# cd solr/monitoring/dev +# ./stack.sh # Full stack with bundled Solr nodes +# ./stack.sh --local-solr # Monitoring only — point at your locally-running Solr +# ./stack.sh --help # All options +# +# Services (full stack): +# solr1 http://localhost:8983 (SolrCloud node 1, embedded ZooKeeper) Review Comment: I ❤️ this! -- 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]
