Skip to content

Commit 85dc7f2

Browse files
chore(main): release telemetry 0.1.3
1 parent 9396d54 commit 85dc7f2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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
}

backend/telemetry/CHANGELOG.md

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

3+
## [0.1.3](https://github.com/DiamondLightSource/workflows/compare/telemetry@v0.1.2...telemetry@v0.1.3) (2025-09-01)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** proof-of-concept total request counter ([735e12a](https://github.com/DiamondLightSource/workflows/commit/735e12a432cd0d681fcf1b83431d716e84126fd3))
9+
10+
11+
### Bug Fixes
12+
13+
* **telemetry:** give all services reasonable tracing name ([67bc3bb](https://github.com/DiamondLightSource/workflows/commit/67bc3bbb073096c55adbc42434ceb040913f0c2c))
14+
315
## [0.1.2](https://github.com/DiamondLightSource/workflows/compare/telemetry@v0.1.1...telemetry@v0.1.2) (2025-04-14)
416

517

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)