grafana / tempo

Grafana Tempo is a high volume, minimal dependency distributed tracing backend.
https://grafana.com/oss/tempo/
GNU Affero General Public License v3.0
4.04k stars 524 forks source link

[DOC] Clarify endpoint access for consistent hash rings doc #3918

Open knylander-grafana opened 3 months ago

knylander-grafana commented 3 months ago

The docs for Tuning the consistent hashrings need to be updated. It is unclear if there are requirements to access the web interfaces endpoint to be accessed.

Question to answer:

Doc to update: https://grafana.com/docs/tempo/latest/operations/consistent_hash_ring/#tune-the-consistent-hash-rings

Investigation

I tried testing the API endpoint interfaces by using intro-to-mltp as the environment. The base URL is localhost:3000/api for accessing Grafana.

Access localhost:3000/api/metrics-generator/ring results with an error since /api isn't necessary.

However, the port for the Tempo API is 3200. The /api/ path isn't necessary. Changing the URL to localhost:3200/metrics-generator/ring results with this:

image

Ingester: The localhost:3200/ingester/ring works.

Compactor: localhost:3200/compactor/ring does not work. Maybe there is a configuration option that isn't set for this?

Distributor: localhost:3200/distributor/ring does not work -this might be a configuration setting.

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had any activity in the past 60 days. The next time this stale check runs, the stale label will be removed if there is new activity. The issue will be closed after 15 days if there is no new activity. Please apply keepalive label to exempt this Issue.