{"id":26057647,"url":"https://github.com/wavefronthq/wavefront-sdk-doc-sources","last_synced_at":"2025-12-04T19:05:11.342Z","repository":{"id":53419211,"uuid":"238571307","full_name":"wavefrontHQ/wavefront-sdk-doc-sources","owner":"wavefrontHQ","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-10T06:31:57.000Z","size":64,"stargazers_count":0,"open_issues_count":1,"forks_count":5,"subscribers_count":26,"default_branch":"master","last_synced_at":"2023-08-10T07:41:46.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/wavefrontHQ.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}},"created_at":"2020-02-05T23:46:13.000Z","updated_at":"2023-08-10T07:41:46.935Z","dependencies_parsed_at":"2022-08-27T16:12:01.119Z","dependency_job_id":null,"html_url":"https://github.com/wavefrontHQ/wavefront-sdk-doc-sources","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fwavefront-sdk-doc-sources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fwavefront-sdk-doc-sources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fwavefront-sdk-doc-sources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fwavefront-sdk-doc-sources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavefrontHQ","download_url":"https://codeload.github.com/wavefrontHQ/wavefront-sdk-doc-sources/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242546038,"owners_count":20147096,"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":"2025-03-08T11:58:13.134Z","updated_at":"2025-12-04T19:05:06.295Z","avatar_url":"https://github.com/wavefrontHQ.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wavefront SDK Documentation Sources\n\nWavefront supports a suite of open source SDKs that developers can use to instrument applications for observability. The instrumented application collects and sends metrics, histograms, and/or trace data to Wavefront for storage and visualization.\n\n## Table of Content\n* [What's In This Repository](#whats-in-this-repository)\n* [Wavefront SDKs](#Wavefront-SDKs)\n* [License](#License)\n* [How to Contribute](#how-to-contribute)\n\n## What's In This Repository\n\nThis repository contains documentation common to several Wavefront SDKs. We expect that you'll read this information as part of learning about one of the SDKs. It's not meant for standalone consumption.\n\n\u003e **Note**: For details on our SDKs and how to use them, click one of the links in the table below.\n\nThe common content is categorized based on the language. For example, the `java` directory includes all the documentation that is common to the Wavefront Java SDKs.\n\n## Wavefront SDKs\n\u003ctable id=\"SDKlevels\" style=\"width: 100%\"\u003e\n\u003ctr\u003e\n  \u003cth width=\"10%\"\u003eSDK Type\u003c/th\u003e\n  \u003cth width=\"45%\"\u003eSDK Description\u003c/th\u003e\n  \u003cth width=\"45%\"\u003eSupported Languages\u003c/th\u003e\n\u003c/tr\u003e\n\n\u003ctr\u003e\n  \u003ctd\u003e\u003ca href=\"https://docs.wavefront.com/wavefront_sdks.html#sdks-for-collecting-metrics-and-histograms\"\u003eMetrics SDK\u003c/a\u003e\u003c/td\u003e\n  \u003ctd align=\"justify\"\u003eImplements a standard metrics library. Lets you define, collect, and report custom business metrics and histograms from any part of your application code.   \u003c/td\u003e \n  \u003ctd\u003e\n    \u003cul\u003e\n    \u003cli\u003e\n    \u003cb\u003eJava\u003c/b\u003e: \u003ca href =\"https://github.com/wavefrontHQ/wavefront-dropwizard-metrics-sdk-java\"\u003eDropwizard\u003c/a\u003e \u003cb\u003e|\u003c/b\u003e \u003ca href =\"https://github.com/wavefrontHQ/wavefront-runtime-sdk-jvm\"\u003eJVM\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n    \u003cb\u003ePython\u003c/b\u003e: \u003ca href =\"https://github.com/wavefrontHQ/wavefront-pyformance\"\u003ePyformance SDK\u003c/a\u003e\n    \u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/td\u003e\n\u003c/tr\u003e\n\n\u003ctr\u003e\n  \u003ctd\u003e\u003ca href=\"https://docs.wavefront.com/wavefront_sdks.html#sdks-for-sending-raw-data-to-wavefront\"\u003eSender SDK\u003c/a\u003e\u003c/td\u003e\n  \u003ctd align=\"justify\"\u003eLets you send raw values to Wavefront for storage as metrics, histograms, or traces, e.g., to import CSV data into Wavefront. \n  \u003c/td\u003e\n  \u003ctd\u003e\n    \u003cul\u003e\n    \u003cli\u003e\n    \u003cb\u003eJava\u003c/b\u003e: \u003ca href =\"https://github.com/wavefrontHQ/wavefront-sdk-java\"\u003eSender SDK\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n    \u003cb\u003ePython\u003c/b\u003e: \u003ca href =\"https://github.com/wavefrontHQ/wavefront-sdk-python\"\u003eSender SDK\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n    \u003cb\u003eGo\u003c/b\u003e: \u003ca href =\"https://github.com/wavefrontHQ/wavefront-sdk-go\"\u003eSender SDK\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n    \u003cb\u003e.Net/C#\u003c/b\u003e: \u003ca href =\"https://github.com/wavefrontHQ/wavefront-sdk-csharp\"\u003eSender SDK\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n    \u003cb\u003eC++\u003c/b\u003e: \u003ca href =\"https://github.com/wavefrontHQ/wavefront-sdk-cpp\"\u003eSender SDK\u003c/a\u003e\n    \u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e \n\n## License \n[Apache 2.0 License](LICENSE).\n\n## How to Contribute\n\n* Reach out to us on our public [Slack channel](https://www.wavefront.com/join-public-slack).\n* If you run into any issues, let us know by creating a GitHub issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavefronthq%2Fwavefront-sdk-doc-sources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavefronthq%2Fwavefront-sdk-doc-sources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavefronthq%2Fwavefront-sdk-doc-sources/lists"}