Skip to content

Conversation

@basert
Copy link
Contributor

@basert basert commented Dec 6, 2024

No description provided.

['ExplicitBucketBoundaries' => [0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10]]
);

$this->queueLength = $telemetry->createGauge('messaging.queue.length');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the term 'messaging' here? will that cause confusion between the Messaging queue?

}
while (true) {
$this->queueLength->record(
$this->adapter->connection->listSize("{$this->adapter->namespace}.queue.{$this->adapter->queue}"),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we also track processing length?

It should be "{$this->adapter->namespace}.processing.{$this->adapter->queue}"

Base automatically changed from 0.7.x to main February 4, 2025 14:52
@basert basert closed this Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants