Skip to content

Commit

Permalink
Merge branch 'main' into add-genai-system-fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored Oct 30, 2024
2 parents 04a2ce3 + bd805a6 commit bba715f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ table-generation:
--attribute-registry-base-url=/docs/attributes-registry \
--templates=/home/weaver/templates \
--target=markdown \
--future \
/home/weaver/target

# Generate attribute registry markdown.
Expand Down Expand Up @@ -154,6 +155,7 @@ table-check:
--templates=/home/weaver/templates \
--target=markdown \
--dry-run \
--future \
/home/weaver/target

.PHONY: schema-check
Expand Down
2 changes: 1 addition & 1 deletion docs/attributes-registry/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Deprecated process attributes.
| Attribute | Type | Description | Examples | Stability |
|---|---|---|---|---|
| <a id="process-cpu-state" href="#process-cpu-state">`process.cpu.state`</a> | string | Deprecated, use `cpu.mode` instead. | `system`; `user`; `wait` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `cpu.mode` |
| <a id="process-executable-build-id-profiling" href="#process-executable-build-id-profiling">`process.executable.build_id.profiling`</a> | string | "Deprecated, use `process.executable.build_id.htlhash` instead." | | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `process.executable.build_id.htlhash` |
| <a id="process-executable-build-id-profiling" href="#process-executable-build-id-profiling">`process.executable.build_id.profiling`</a> | string | "Deprecated, use `process.executable.build_id.htlhash` instead." | `600DCAFE4A110000F2BF38C493F5FB92` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `process.executable.build_id.htlhash` |

`process.cpu.state` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

Expand Down
1 change: 1 addition & 0 deletions model/process/deprecated/registry-deprecated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ groups:
deprecated: 'Replaced by `process.executable.build_id.htlhash`'
brief: >
"Deprecated, use `process.executable.build_id.htlhash` instead."
examples: ['600DCAFE4A110000F2BF38C493F5FB92']

0 comments on commit bba715f

Please sign in to comment.