Skip to content

Update check_references.md #28855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/developers/integrations/check_references.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ You can find the complete list of mandatory and optional attributes for the `met
| `integration` | Mandatory | The name of the integration that emits the metric. Must be the normalized version of the `tile.title` from the `manifest.json` file. Any character besides letters, underscores, dashes, and numbers are converted to underscores. For example: `Openstack Controller` -> `openstack_controller`, `ASP.NET` -> `asp_net`, and `CRI-o` -> `cri-o`. |
| `short_name` | Mandatory | A human-readable, abbreviated version of the metric name. Do not repeat the integration name. For example, `postgresql.index_blocks_hit` should be shortened to `idx blks hit`. |
| `curated_metric`| Optional | Marks which metrics for an integration are noteworthy for a given type (`cpu` and `memory` are both accepted). These are displayed in the UI above the other integration metrics. |
| `sample_tags` | Optional | List of example tags associated with the metric. |
| `sample_tags` | Optional | List of example tags associated with the metric, separated by commas. For example, `host, region, deployment`. |

## Further Reading

Expand Down
Loading