Skip to content
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

remote storage dockerized #2649

Closed
prasenforu opened this Issue Apr 22, 2017 · 2 comments

Comments

Projects
None yet
2 participants
@prasenforu
Copy link

prasenforu commented Apr 22, 2017

Not found any dockerised for remote_storage_adapter.

Because I am not able to find "remote_storage_adapter" executable file in docker "prom/prometheus" version 1.6

/prometheus # find / -name remote_storage_adapter
/prometheus #

In documents its mentioned

InfluxDB example:
./remote_storage_adapter -influxdb-url=http://localhost:8086/ 

But in config its mentioned different port

add the following to your prometheus.yml:

# Remote write configuration (for Graphite, OpenTSDB, or InfluxDB).
remote_write:
  - url: "http://localhost:9201/write"

# Remote read configuration (for InfluxDB only at the moment).
remote_read:
  - url: "http://localhost:9201/read"

Its little confusing, can someone please elaborate.

@juliusv

This comment has been minimized.

Copy link
Member

juliusv commented Apr 25, 2017

This is only a code example in https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter so far, so it is intentional that the example is not included in the release tarball.

In the future, when the code around remote storage has stabilized more, this will probably move to a separate repository with proper releases and such. For now, it will stay an example as it is.

As for the different ports, please keep usage questions to the mailing lists or IRC. In this case, there is one port that the remote storage adapter listens on, and another port over which the adapter reaches the actual remote storage backend (like InfluxDB on port 8086).

@juliusv juliusv closed this Apr 25, 2017

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 23, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 23, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.