Skip to content

Commit e089e5f

Browse files
docs: tidy resolver docstrings
1 parent a15edf0 commit e089e5f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

api/requests/_time_range.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
"""
2-
Shared time-range request models.
2+
Time range request model for log and metric queries.
3+
4+
Copyright (c) 2026 Stefan Kumarasinghe.
5+
6+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
38
"""
49

510
from __future__ import annotations

engine/analyze/helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
2-
Analyzer Helpers.
2+
Analyzer Helpers for validating and normalizing incoming requests to the resolver engine's analyze endpoint.
3+
34
Copyright (c) 2026 Stefan Kumarasinghe.
45
56
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the

0 commit comments

Comments
 (0)