An open API service indexing awesome lists of open source software.

https://github.com/go-vela/vela-influx

Influx Plugin for Vela (Target's official Pipeline Automation Framework)
https://github.com/go-vela/vela-influx

vela vela-plugin

Last synced: about 1 year ago
JSON representation

Influx Plugin for Vela (Target's official Pipeline Automation Framework)

Awesome Lists containing this project

README

          

# vela-influx

[![license](https://img.shields.io/crates/l/gl.svg)](../LICENSE)
[![GoDoc](https://godoc.org/github.com/go-vela/vela-influx?status.svg)](https://godoc.org/github.com/go-vela/vela-influx)
[![Go Report Card](https://goreportcard.com/badge/go-vela/vela-influx)](https://goreportcard.com/report/go-vela/vela-influx)
[![codecov](https://codecov.io/gh/go-vela/vela-influx/branch/main/graph/badge.svg)](https://codecov.io/gh/go-vela/vela-influx)

Vela plugin designed for sending data to an [InfluxDB](https://www.influxdata.com/).

Internally, the plugin is a wrapper around the [Influx Golang library](https://github.com/influxdata/influxdb1-client).

## Documentation

For installation and usage, please [visit our docs](https://go-vela.github.io/docs).

## Contributing

We are always welcome to new pull requests!

Please see our [contributing](CONTRIBUTING.md) docs for further instructions.

## Support

We are always here to help!

Please see our [support](SUPPORT.md) documentation for further instructions.

## Copyright and License

```
Copyright 2021 Target Brands, Inc.
```

[Apache License, Version 2.0](../LICENSE)