-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add additional stats providers #343
Comments
I would love to see collectors for these contributed! Prometheus would be really easy, but how would time series work with ES? |
+1 on Prometheus. |
Prometheus. InfluxDB can or soon be plugged into Prometheus. |
If anyone wants to take a dig at this, all that's needed is an implementation of the |
Hi @liclac, I'm considering using this tool but I'd need Datadog integration. I've started a spike with some rough Datadog / StatsD code, do you have any recommendation / opinion about this? Cheers |
Start a PR and I'll be happy to give you feedback! |
Hey guys, Please see Prometheus feature at #415. You thoughts and feedback much appreciated Thanks. |
@liclac Kibana: Grafana: k6 is intriguing enough that I'd be interested in contributing with an ES output, although the crux being that I've never done Go before. Though I certainly wouldn't mind getting into it for this. |
Something else it might be worth to support: https://m3db.io/ |
Any idea when Prometheus might be supported? |
@darrenhaken There is a PR #478 but it has been somewhat on hold and it needs more work ... probably some redesign as prometheus does things differently from other stats providers. |
This issue could mostly be implemented by using telegraf as a library as described in #1064. The only output of the initial list that telegraf doesn't support is KairosDB, but there's an open pull request for it ... |
@SaberStrat, if you do contribute support for ES, can you please support the Elastic Common Schema (ECS) as much as possible? That would streamline setting up Kibana out of the box to make sense of the data coming in. The current versions of ES have some auto-configuration support if Kibana recognizes the content as ECS. |
Yes! @bericoberin exactly. use ECS, and please get support for Elasticsearch! Also could use generic rest api. just send the results off in a POST to some endpoint specified in command line |
There is also VictoriaMetrics, which can be used as stats provider. It supports many commonly used protocols for data ingestion (i.e. Prometheus remote_write, InfluxDB line protocol, OpenTSDB protocol, Graphite protocol, CSV, etc. - see https://victoriametrics.github.io/#how-to-import-time-series-data ) and it provides Prometheus-compatible querying API, so it can be used as drop-in replacement for Prometheus in Grafana - see https://victoriametrics.github.io/#prometheus-querying-api-usage and https://victoriametrics.github.io/#grafana-setup . |
k6 v0.42.0 now supports Prometheus via the Prometheus remote write output. |
The team decided to close this issue. The rationale is that k6 will unlikely contain all possible outputs. Instead, we see that the xk6 extensions could already sort the issue and are a preferable way of having support for new output. |
Influxdb is sweet, but not everyone is using it.
Here's Grafana's list of supported data sources (excluding influxdb):
I starred the ones that I think should get priority.
The text was updated successfully, but these errors were encountered: