prometheus/web/api/v1
Bartlomiej Plotka f50ff0a40a
feat: rename CreatedTimestamp to StartTimestamp (#17523)
Partially fixes https://github.com/prometheus/prometheus/issues/17416 by
renaming all CT* names to ST* in the whole codebase except RW2 (this is
done in separate
[PR](https://github.com/prometheus/prometheus/pull/17411)) and
PrometheusProto exposition proto.

```
CreatedTimestamp -> StartTimestamp
CreatedTimeStamp -> StartTimestamp
created_timestamp -> start_timestamp
CT -> ST
ct -> st

```

Signed-off-by: bwplotka <bwplotka@gmail.com>
2025-11-13 14:17:51 +00:00
..
api.go feat: rename CreatedTimestamp to StartTimestamp (#17523) 2025-11-13 14:17:51 +00:00
api_test.go Update modernize (#17471) 2025-11-04 05:13:49 +00:00
codec.go Implement fully-featured content negotiation for API requests, and allow overriding the default API codec. 2023-03-09 12:02:45 +11:00
codec_test.go Implement fully-featured content negotiation for API requests, and allow overriding the default API codec. 2023-03-09 12:02:45 +11:00
errors_test.go [RW2] Fix: Only update metadata to WAL when metadata-wal-records feature is enabled (#17470) 2025-11-04 08:16:57 +00:00
json_codec.go Merge pull request #16851 from jingchanglu/main 2025-09-30 12:54:48 +01:00
json_codec_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
translate_ast.go Add anchored/smoothed to explain 2025-10-20 13:37:39 +02:00