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
3.92k stars 510 forks source link

Add ingestion metrics to anonymous usage reporting #3779

Open joe-elliott opened 3 months ago

joe-elliott commented 3 months ago

Similar to Loki:

https://github.com/grafana/loki/blob/main/pkg/loghttp/push/push.go#L55-L57

Add metrics related to ingestion to the anonymous usage report.

09jvilla commented 3 months ago

@joe-elliott -- it says 'similar to Loki' so I'm guessing this is already taken care of but ideally this bytes received statistic would look at bytes received before replication happens as opposed to after. By doing this, one doesn't have to adjust by the replication factor (which can vary among different setups) to figure out the amount of unique data being ingested by the database.

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.