{"id":22599448,"url":"https://github.com/intershopcommunicationsag/docker-prom-conf","last_synced_at":"2026-07-17T10:34:00.802Z","repository":{"id":150794701,"uuid":"143407653","full_name":"IntershopCommunicationsAG/docker-prom-conf","owner":"IntershopCommunicationsAG","description":"This image provides Prometheus configuration via Rancher Metadata.","archived":false,"fork":false,"pushed_at":"2018-08-03T10:42:59.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-25T09:27:39.505Z","etag":null,"topics":["confd","docker-image","prometheus","rancher"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntershopCommunicationsAG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-03T09:27:55.000Z","updated_at":"2020-02-06T20:46:55.000Z","dependencies_parsed_at":"2023-05-06T06:35:02.137Z","dependency_job_id":null,"html_url":"https://github.com/IntershopCommunicationsAG/docker-prom-conf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IntershopCommunicationsAG/docker-prom-conf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntershopCommunicationsAG%2Fdocker-prom-conf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntershopCommunicationsAG%2Fdocker-prom-conf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntershopCommunicationsAG%2Fdocker-prom-conf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntershopCommunicationsAG%2Fdocker-prom-conf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntershopCommunicationsAG","download_url":"https://codeload.github.com/IntershopCommunicationsAG/docker-prom-conf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntershopCommunicationsAG%2Fdocker-prom-conf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35579286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-17T02:00:06.162Z","response_time":116,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["confd","docker-image","prometheus","rancher"],"created_at":"2024-12-08T11:09:35.022Z","updated_at":"2026-07-17T10:34:00.795Z","avatar_url":"https://github.com/IntershopCommunicationsAG.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prometheus Config\n\nThis image provides Prometheus configuration via Rancher Metadata. The provided Rancher Metadata is written to `/etc/prom-conf/prometheus.yml` of the container and can be used by a Prometheus Container via `volumes_from`.\n\nConfiguration allows to specify:\n* prometheus config file content servers via `metadata/prometheus/config`\nSee example configuration below.\n\n# Example Rancher configuration\n\n`docker-compose.yml`:\n\n```\nversion: '2'\nservices:\n  prom-conf:\n    tty: true\n    image: intershopde/docker-prom-conf\n\n  prometheus:\n    tty: true\n    image: prom/prometheus:v2.1.0\n    command: --config.file=/etc/prom-conf/prometheus.yml --storage.tsdb.path=/prometheus --web.console.libraries=/etc/prometheus/console_libraries --web.console.templates=/etc/prometheus/consoles\n    ports:\n      - 9090:9090\n    labels:\n      io.rancher.sidekicks: prom-conf\n      io.rancher.scheduler.affinity:host_label: prometheus\n    volumes_from:\n      - prom-conf\n    volumes:\n      - prometheus-data:/prometheus\n    volume_driver: local\n```\n\n`rancher-compose.yml`:\n\n```\nversion: '2'\nservices:\n  prometheus:\n  scale: 1\n  health_check:\n    port: 9090\n    interval: 5000\n    unhealthy_threshold: 3\n    request_line: ''\n    healthy_threshold: 2\n    response_timeout: 5000\n  metadata:\n    prometheus:\n      config: |\n        global:\n          scrape_interval:     15s\n          evaluation_interval: 15s\n          external_labels:\n            monitor: 'exporter-metrics'\n\n        alerting:\n          alertmanagers:\n            - static_configs:\n              - targets: [\"alertmanager:9093\"]\n\n        scrape_configs:\n\n        - job_name: 'Prometheus'\n          static_configs:\n            - targets:\n              - '127.0.0.1:9090'\n```\n\n# License\n\nCopyright 2014-2017 Intershop Communications.\n\nLicensed 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\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless 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.\n\n## Third-party License confd\n\nGithub: https://github.com/kelseyhightower/confd\n\nLicensed under the MIT license.\n\n```\nCopyright (c) 2013 Kelsey Hightower\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintershopcommunicationsag%2Fdocker-prom-conf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintershopcommunicationsag%2Fdocker-prom-conf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintershopcommunicationsag%2Fdocker-prom-conf/lists"}