{"id":16068092,"url":"https://github.com/ged/observability","last_synced_at":"2025-04-05T10:14:18.684Z","repository":{"id":65988008,"uuid":"198666449","full_name":"ged/observability","owner":"ged","description":"A git mirror of the Observability library","archived":false,"fork":false,"pushed_at":"2020-02-21T14:52:42.000Z","size":239,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T20:57:05.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ged.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-07-24T15:52:25.000Z","updated_at":"2021-11-28T23:37:17.000Z","dependencies_parsed_at":"2023-03-24T05:18:10.499Z","dependency_job_id":null,"html_url":"https://github.com/ged/observability","commit_stats":{"total_commits":56,"total_committers":1,"mean_commits":56.0,"dds":0.0,"last_synced_commit":"88daf200ebd7d563617f1af4b29047286b875b5b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fobservability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fobservability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fobservability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fobservability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ged","download_url":"https://codeload.github.com/ged/observability/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318746,"owners_count":20919483,"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":[],"created_at":"2024-10-09T06:08:30.093Z","updated_at":"2025-04-05T10:14:18.674Z","avatar_url":"https://github.com/ged.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Observability\n\nhome\n: https://hg.sr.ht/~ged/Observability\n\ncode\n: https://hg.sr.ht/~ged/Observability/browse\n\ngithub\n: https://github.com/ged/observability\n\ndocs\n: http://deveiate.org/code/observability\n\n\n## Description\n\nObservability is a toolkit for instrumenting code to make it more observable.\nIt follows the principle of Observability-Oriented Design as expressed by Charity\nMajors (@mipsytipsy).\n\nIts goals are stolen from https://charity.wtf/2019/02/05/logs-vs-structured-events/:\n\n* Emit a rich record from the perspective of a single action as the code is\n  executing.\n* Emit a single event per action per system that it occurs in. Write it out just\n  before the action completes or errors.\n* Bypass local disk entirely, write to a remote service.\n* Sample if needed for cost or resource constraints. Practice dynamic sampling.\n* Treat this like operational data, not transactional data. Be profligate and\n  disposable.\n* Feed this data into a columnar store or honeycomb or similar\n* Now use it every day. Not just as a last resort. Get knee deep in production\n  every single day. Explore. Ask and answer rich questions about your systems,\n  system quality, system behavior, outliers, error conditions, etc. You will be\n  absolutely amazed how useful it is … and appalled by what you turn up. 🙂\n\n[![builds.sr.ht status](https://builds.sr.ht/~ged/Observability.svg)](https://builds.sr.ht/~ged/Observability?)\n\n\n### Resources\n\n* https://charity.wtf/2020/03/03/observability-is-a-many-splendored-thing/\n* https://medium.com/@copyconstruct/monitoring-and-observability-8417d1952e1c\n\n\n## Prerequisites\n\n* Ruby 2.6\n\n\n## Installation\n\n    $ gem install observability\n\n\n## Contributing\n\nYou can check out the current development source with Mercurial via its\n[project page][sourcehut]. Or if you prefer Git, via\n[its Github mirror][github].\n\n\n## Author\n\n- Michael Granger \u003cged@faeriemud.org\u003e\n\n\n## License\n\nCopyright (c) 2019-2020, Michael Granger\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice,\n  this list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the author/s, nor the names of the project's\n  contributors may be used to endorse or promote products derived from this\n  software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n[sourcehut]: https://hg.sr.ht/~ged/Observability\n[github]: https://github.com/ged/observability\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Fobservability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fged%2Fobservability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Fobservability/lists"}