mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* create transport chain * add frontend * remove log * inline field updates * allow ARN, Credentials + Keys auth in frontend * configure credentials * add tests and refactor * update frontend json field names * fix tests * fix comment * add app config flag * refactor tests * add return field for tests * add flag for UI display * update comment * move logic * fix config * pass config through props * update docs * pr feedback and add docs coverage * shorten settings filename * fix imports * revert docs changes * remove log line * wrap up next as round tripper * only propagate required config * remove unused import * remove ARN option and replace with default chain * make ARN role assume as supplemental * update docs * refactor flow * sign body when necessary * remove unnecessary wrapper * remove newline * Apply suggestions from code review * PR fixes Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> |
||
---|---|---|
.. | ||
components | ||
configuration | ||
dashboards | ||
img | ||
partials | ||
add_label_to_query.test.ts | ||
add_label_to_query.ts | ||
datasource.test.ts | ||
datasource.ts | ||
language_provider.test.ts | ||
language_provider.ts | ||
language_utils.test.ts | ||
language_utils.ts | ||
metric_find_query.test.ts | ||
metric_find_query.ts | ||
module.test.ts | ||
module.ts | ||
plugin.json | ||
promql.test.ts | ||
promql.ts | ||
query_hints.test.ts | ||
query_hints.ts | ||
README.md | ||
result_transformer.test.ts | ||
result_transformer.ts | ||
types.ts |
Prometheus Data Source - Native Plugin
Grafana ships with built in support for Prometheus, the open-source service monitoring system and time series database.
Read more about it here: