Removed redundant metrics, fixed description accuracy, and excluded no-data fallback from generation timing.
CI / Formatting (push) Successful in 4s
CI / Linting (push) Successful in 4s
CI / Tests (push) Successful in 23s
CI / Type Checking (push) Successful in 10s
CI / Spelling (push) Successful in 5s

This commit is contained in:
2026-03-23 15:31:43 -04:00
parent 70095f3184
commit bc9f7fa539
5 changed files with 11 additions and 37 deletions
-6
View File
@@ -36,11 +36,9 @@ class TestMetricObjects:
"name",
[
pytest.param("crabstero_build_info", id="build-info"),
pytest.param("crabstero_messages_ingested_total", id="messages-ingested"),
pytest.param("crabstero_replies_sent_total", id="replies-sent"),
pytest.param("crabstero_embeds_generated_total", id="embeds-generated"),
pytest.param("crabstero_messages_processed_total", id="messages-processed"),
pytest.param("crabstero_channels_ingested_total", id="channels-ingested"),
pytest.param("crabstero_pingme_total", id="pingme"),
pytest.param("crabstero_forgetme_total", id="forgetme"),
pytest.param("crabstero_errors_total", id="errors"),
@@ -58,10 +56,6 @@ class TestMetricObjects:
pytest.param(
"crabstero_generation_duration_seconds", id="generation-duration"
),
pytest.param(
"crabstero_generated_message_length_characters",
id="generated-message-length",
),
pytest.param(
"crabstero_channel_ingestion_messages", id="channel-ingestion-messages"
),