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)
- Host: GitHub
- URL: https://github.com/go-vela/vela-influx
- Owner: go-vela
- License: apache-2.0
- Created: 2021-10-28T15:35:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T19:28:33.000Z (about 1 year ago)
- Last Synced: 2025-05-31T04:36:50.649Z (about 1 year ago)
- Topics: vela, vela-plugin
- Language: Go
- Size: 104 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# vela-influx
[](../LICENSE)
[](https://godoc.org/github.com/go-vela/vela-influx)
[](https://goreportcard.com/report/go-vela/vela-influx)
[](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)