Skip to content

Commit f037f22

Browse files
chore(main): release telemetry 0.1.3
1 parent 943ea49 commit f037f22

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"+5": "0.0.0",
1111
"frontend/workflows-lib": "0.1.5",
1212
"+6": "0.0.0",
13-
"backend/telemetry": "0.1.2",
13+
"backend/telemetry": "0.1.3",
1414
"+7": "0.0.0",
1515
"workflows-cli": "0.1.0",
1616
"+8": "0.0.0",

backend/telemetry/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/DiamondLightSource/workflows/compare/telemetry@v0.1.2...telemetry@v0.1.3) (2025-11-06)
4+
5+
6+
### Features
7+
8+
* **auth-daemon:** router and CLI configuration ([73d0a78](https://github.com/DiamondLightSource/workflows/commit/73d0a78efbcea8f1054e5969f8c8a01341334a9b))
9+
* **graph-proxy:** proof-of-concept total request counter ([735e12a](https://github.com/DiamondLightSource/workflows/commit/735e12a432cd0d681fcf1b83431d716e84126fd3))
10+
11+
12+
### Bug Fixes
13+
14+
* modified backend toml files ([b7113d8](https://github.com/DiamondLightSource/workflows/commit/b7113d8016c130e765b95e712210c11445fec4dc))
15+
* **telemetry:** give all services reasonable tracing name ([67bc3bb](https://github.com/DiamondLightSource/workflows/commit/67bc3bbb073096c55adbc42434ceb040913f0c2c))
16+
317
## [0.1.2](https://github.com/DiamondLightSource/workflows/compare/telemetry@v0.1.1...telemetry@v0.1.2) (2025-04-14)
418

519

backend/telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "telemetry"
33
build = "build.rs"
4-
version = "0.1.2"
4+
version = "0.1.3"
55
edition = "2021"
66
license = "Apache-2.0"
77
description = "A telemetry library for collecting and exporting metrics and traces."

0 commit comments

Comments
 (0)