Skip to content

Releases: hdecarne-github/github-telegraf-plugin

v0.2.0

14 Jan 10:39
25c06d4
Compare
Choose a tag to compare

This Telegraf input plugin gathers repository stats from GitHub. It uses GitHub's REST API to retrieve the stats.

This software may be modified and distributed under the terms
of the MIT license. See the LICENSE file for details.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

v0.2.0 (2024-01-14)

  • Chenge default client timeout to 10s
  • Update dependencies

See full changelog.

v0.1.0

05 Aug 03:56
38e70a0
Compare
Choose a tag to compare

This Telegraf input plugin gathers repository stats from GitHub. It uses GitHub's REST API to retrieve the stats.

This software may be modified and distributed under the terms
of the MIT license. See the LICENSE file for details.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

v0.1.0 (2022-08-05)

  • Initial release