{"id":14988393,"url":"https://github.com/apache/karaf-decanter","last_synced_at":"2025-04-06T13:11:24.219Z","repository":{"id":22911128,"uuid":"26259891","full_name":"apache/karaf-decanter","owner":"apache","description":"Apache Karaf Decanter, an observability framework powered by Apache Karaf","archived":false,"fork":false,"pushed_at":"2025-03-28T10:18:38.000Z","size":8712,"stargazers_count":39,"open_issues_count":14,"forks_count":46,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-03-30T03:21:52.362Z","etag":null,"topics":["apache","decanter","karaf","monitoring","observability"],"latest_commit_sha":null,"homepage":"https://karaf.apache.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2014-11-06T08:00:07.000Z","updated_at":"2025-03-28T10:18:43.000Z","dependencies_parsed_at":"2024-12-23T21:11:36.788Z","dependency_job_id":"bebf262c-380e-4a81-b8d1-6c0b2829b883","html_url":"https://github.com/apache/karaf-decanter","commit_stats":{"total_commits":712,"total_committers":22,"mean_commits":32.36363636363637,"dds":0.2289325842696629,"last_synced_commit":"5e939030851165200b6754c73d0c4e9cbe106aa0"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fkaraf-decanter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fkaraf-decanter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fkaraf-decanter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fkaraf-decanter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/karaf-decanter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485287,"owners_count":20946398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["apache","decanter","karaf","monitoring","observability"],"created_at":"2024-09-24T14:16:38.745Z","updated_at":"2025-04-06T13:11:24.194Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\r\n    Licensed to the Apache Software Foundation (ASF) under one\r\n    or more contributor license agreements.  See the NOTICE file\r\n    distributed with this work for additional information\r\n    regarding copyright ownership.  The ASF licenses this file\r\n    to you under the Apache License, Version 2.0 (the\r\n    \"License\"); you may not use this file except in compliance\r\n    with the License.  You may obtain a copy of the License at\r\n\r\n      http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n    Unless required by applicable law or agreed to in writing,\r\n    software distributed under the License is distributed on an\r\n    \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n    KIND, either express or implied.  See the License for the\r\n    specific language governing permissions and limitations\r\n    under the License.\r\n--\u003e\r\n\r\n# Apache Karaf Decanter\r\n\r\nApache Karaf Decanter is a complete monitoring platform for Apache Karaf.\r\nIt is very extensible, flexible, easy to install and use.\r\n\r\n## Overview\r\n\r\n* **Collectors**: The collectors are responsible of harvesting monitoring data.\r\n    Two kinds of collectors are available:\r\n      * the polling collectors are invoked periodically by a scheduler\r\n      * the event driven collectors react to some events.\r\n    It's very dynamic (thanks to the OSGi services), so it's possible to add\r\n    a new custom collector (user/custom implementations).\r\n* **Dispatcher**: The dispatcher is called by the scheduler or the event driven collectors\r\n    to dispatch the collected data to the appenders.\r\n* **Appenders**: The appenders are responsible to send/store the collected data to target\r\n    backend systems.\r\n* **Processor**: The processors can manipulate the internal Decanter events between the \r\n    collectors and the appenders. Decanter provides ready to use processors (aggregate,\r\n    groupBy, camel, ...).\r\n* **Alerting**: the alerting layer provides a checker, responsible of testing values of\r\n      harvested data (coming from the collectors) and send alerts when the data\r\n      is not in the expected state.\r\n\r\n## Getting Started\r\n\r\nApache Karaf Decanter is available as a Karaf features. The following command registers\r\nthe Karaf Decanter features repository.\r\n\r\n```\r\nkaraf@root()\u003e feature:repo-add decanter\r\n```\r\n\r\nDepending of what you want to monitor and collect, you have to install the corresponding features\r\nusing `feature:install` command.\r\n\r\n## Features\r\n\r\nSee user guide for the details of Decanter features.\r\n\r\n### Collectors\r\n\r\n* `decanter-collector-camel`\r\n* `decanter-collector-configadmin`\r\n* `decanter-collector-dropwizard`\r\n* `decanter-collector-eventadmin`\r\n* `decanter-collector-file`\r\n* `decanter-collector-jdbc`\r\n* `decanter-collector-jetty`\r\n* `decanter-collector-jms`\r\n* `decanter-collector-jmx`\r\n* `decanter-collector-kafka`\r\n* `decanter-collector-log`\r\n* `decanter-collector-log4j-socket`\r\n* `decanter-collector-mqtt`\r\n* `decanter-collector-oshi`\r\n* `decanter-collector-process`\r\n* `decanter-collector-prometheus`\r\n* `decanter-collector-redis`\r\n* `decanter-collector-rest`\r\n* `decanter-collector-rest-servlet`\r\n* `decanter-collector-snmp`\r\n* `decanter-collector-soap`\r\n* `decanter-collector-socket`\r\n* `decanter-collector-system`\r\n\r\n### Appenders\r\n\r\n* `decanter-appender-camel`\r\n* `decanter-appender-cassandra`\r\n* `decanter-appender-dropwizard`\r\n* `decanter-appender-elasticsearch`\r\n* `decanter-appender-file`\r\n* `decanter-appender-influxdb`\r\n* `decanter-appender-jdbc`\r\n* `decanter-appender-jms`\r\n* `decanter-appender-kafka`\r\n* `decanter-appender-log`\r\n* `decanter-appender-mongodb`\r\n* `decanter-appender-mqtt`\r\n* `decanter-appender-orientdb`\r\n* `decanter-appender-prometheus`\r\n* `decanter-appender-redis`\r\n* `decanter-appender-rest`\r\n* `decanter-appender-socket`\r\n* `decanter-appender-timescaledb`\r\n* `decanter-appender-websocket`\r\n\r\n### Processors\r\n\r\n* `decanter-processor-passthrough`\r\n* `decanter-processor-aggregate`\r\n* `decanter-processor-groupby`\r\n* `decanter-processor-camel`\r\n\r\n### Alerters\r\n\r\n* `decanter-alerting-log`\r\n* `decanter-alerting-email`\r\n* `decanter-alerting-camel`\r\n\r\nThanks for using Apache Karaf Decanter !\r\n\r\n\r\n**The Apache Karaf Team**\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fkaraf-decanter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fkaraf-decanter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fkaraf-decanter/lists"}