or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Proposal: gather /status/ telemetry
What question will this help us answer?
The general use is to get a feel for what a "typical" Pulp3 installation looks like.
The most important question being answered is "What specific plugin-versions are in use?" This will start giving uis insight into what our community's upgrade-pace is, and gauge plugin-popularity.
We'll be able to start gauging what a typical/standard/median "size" of a Pulp3 installtion is, by learning:
* How much disk is availableFinally, we'll learn how important "redis" is to the community, since /status/ reports on whether it is in use or not.
What is a specific example of the data to be gathered?
How will this metric be stored (in the database or gathered at runtime)?
Will the gathering and/or storage of this cause unacceptable burden/load on Pulp?
Is this metric Personally-Identifiable-Data?
online_content_apps
andonline_workers
worker-names include machine-names, which can carry PID. These will need to be sanitized.How can we sanitize this output?
"name": <actual-process-id>@<actual-host>
with"name": PID@HOST
"name": <actual-process-id>@<actual-host>
with"name": PID@sha256(actual-host-name)
What pulpcore version will this be collected with?
Discussion
Is this approved/not-approved?
Alternative Proposal
Proposed alternate telemetry data
Parking Lot for potential future/RFE work
tags:
Telemetry
Graphs to be produced