You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GettingStarted/configuration/ExporterFailure.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ This is the list of options that can be applied to `env_from_secrets`, `env_from
56
56
| [API_USER](#api_user) | no | - |
57
57
| [TOKEN](#token) | yes | - |
58
58
| [APP_LABEL](#app_label) | no | `app.kubernetes.io/name` |
59
+
| [APP_NAME](#app_name) | no | - |
59
60
| [APP_FIELD](#app_field) | no | `u_application` |
60
61
| [PROJECTS](#projects) | no | - |
61
62
| [PELORUS_DEFAULT_KEYWORD](#pelorus_default_keyword) | no | `default` |
@@ -117,6 +118,14 @@ This is the list of options that can be applied to `env_from_secrets`, `env_from
117
118
118
119
: Changes the label used to identify applications.
119
120
121
+
###### APP_NAME
122
+
123
+
- **Required:** no
124
+
- Only applicable for [PROVIDER](#provider) set to `jira`
125
+
- **Type:** string
126
+
127
+
: Set fallback option when Jira exporter can not determine application related to collected issues. Otherwise, applications that can not be determined from issues are stored as `unknown` and do not appear in Grafana dashboards.
0 commit comments