Andres Martinez Gotor
a45167a595
Remove backgroundPluginInstaller feature flag ( #93540 )
2024-09-23 15:49:18 +02:00
Juan Cabanas
bafb69d877
ShareDrawer: GA enablement ( #93344 )
2024-09-23 13:28:48 +02:00
antonio
c78ea87751
Docs > alerting: example of conditional notification based on labels ( #93541 )
...
* Docs > alerting: example of conditional notification based on labels
* typos
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-09-23 10:24:09 +00:00
Misi
b369341868
Chore: Add feature toggle for session storage redirect handling ( #93575 )
...
Add feature toggle for session storage redirect handling
2024-09-23 12:31:23 +03:00
Karl Persson
da60c561a8
Docs: Update to use correct config key for saml token url ( #93569 )
...
Update to use correct config key for saml token url
2024-09-23 09:19:38 +02:00
Kim Nylander
76d5608473
[DOC] Add landing page for simplified exploration ( #93515 )
...
* Add landing page for simplified exploration
* shortened the sentences
* Apply suggestions from code review
* Apply suggestions from code review
---------
Co-authored-by: Mat Ryer <matryer@users.noreply.github.com >
2024-09-21 01:47:21 -04:00
Eric Leijonmarck
f9ad81f715
LBAC for datasources: Allow self serve ( #93477 )
...
* LBAC for datasources: Allow self serve
* capitilized LogQL
2024-09-20 14:24:40 +01:00
brendamuir
a2859de5b6
Alerting docs: updates duration type to string ( #93532 )
...
* Alerting docs: updates duration type to string
* ran prettier
2024-09-20 14:55:44 +02:00
Timur Olzhabayev
e32810b9f2
Docs: Clarifying the messaging around dependencies a bit more ( #93029 )
...
* Clarifying the messaging around dependencies a bit more
* Update docs/sources/developers/plugins/plugin.schema.json
Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com >
---------
Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com >
2024-09-20 10:23:17 +00:00
Larissa Wandzura
9a40e8dca6
Docs: Removed public preview note from Explore Metrics ( #93503 )
...
removed public preview, EM is now GA
2024-09-19 16:21:26 -05:00
Ryan McKinley
f21a5987a2
Plugins: Expose datasources as apiservers feature toggle ( #93250 )
2024-09-19 11:28:27 +03:00
Eric Leijonmarck
6ee7f7dc79
Docs: Add http docs for lbac for datasources ( #93399 )
...
* Add: http docs for lbac for datasources
* spelling
* update with only cloud loki
* rename to lbac for datasources
* moved it
* Update _index.md
This commit fixes minor style and punctuation issus
* change datasource to data source
* replace datasource with data source
minor updates and style fixes
* minor style changes
* prettier
---------
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
2024-09-18 11:54:21 +01:00
Alexander Zobnin
3e1fd80831
Docs: Add announcement banners to list of RBAC actions ( #93421 )
2024-09-18 11:54:11 +02:00
Gabriel MABILLE
bfb25e33eb
RBAC: AccessControlOnCall general availability ( #93383 )
...
RBAC: GA accessControlOnCall
2024-09-18 08:58:05 +02:00
Alexander Akhmetov
e59ea00518
Alerting: Add TLS, QoS and retain options to the MQTT receiver ( #92331 )
2024-09-17 21:11:16 +02:00
Levente Balogh
f0ce33e569
Plugin.json schema: Update the meta-info for extensions ( #92732 )
...
* feat(plugin.json): update the extensions definition schema
* feat(plugin.json): add `exposedComponents` definition to the dependencies
* feat(plugin.schema.json): add descriptions for the new schema fields
* review: wrap extensions related dependencies
* review: add a pattern for the extension point id
* review: add a min-length to added link & component titles
* add a pattern to the exposed component id
2024-09-17 12:06:23 +00:00
antonio
aee9458d98
alerting>docs>notification template example ( #93330 )
...
* alerting>docs>notification template example
* all pretty no pity
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* replaced future tense
* pretty
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-09-17 10:27:44 +00:00
Ieva
f72401e23b
Docs: Add a doc page for RBAC for app plugins ( #93274 )
...
add a doc page for RBAC for app plugins
2024-09-16 10:14:52 +01:00
brendamuir
bb923db279
Alerting docs: improve alert rule definitions ( #93321 )
...
* Alerting docs: improve alert rule definitions
* more edits
* corrects numbering
2024-09-13 17:29:48 +02:00
hemerfaSICKAG
d54ede607c
Update playlist.md to align with Grafana 11 ( #92884 )
...
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
2024-09-13 08:59:20 +00:00
Drew Slobodnjak
e6f359f90b
Transformations: Binary operation on all numbers ( #92172 )
...
* Transformations: Binary operation on all numbers
* Handle replaceFields option
* Change left clear out to string
* Handle time field
* Fix filtering
* Update new field names to remove double space
* Add tests
* Add BinaryValue interface and update editor
* Fix initial behavior
* Rollback rendering standards
* Add ctx interpolate
* Fix fixed value variable
* Add function to convert old binary value type
* Update tests for new structures
* Add bullet for all number field option
* baldm0mma/run content build script
* Disable alias control for type matching
2024-09-12 08:50:23 -07:00
Laura Fernández
2a8f6755d5
Search: add folders and subforders to search info ( #93177 )
2024-09-12 17:20:54 +02:00
brendamuir
85fbc8e8e5
Alerting docs: some edits to recording rules ( #93260 )
...
* Alerting docs: some edits to recording rules
* ran prettier
* removes refs
* fixes link
* fixing links
* corrects typo
* removes type step
* corrects typo
2024-09-12 14:00:12 +00:00
brendamuir
98f766a50d
Alerting docs: adds recording rule info ( #93204 )
...
* Alerting docs: adds recording rule info
* ran prettier
* Updates with feedback from pepe and removes external reference
* couple of minor edits
* removes reference
* feedback from sonia
* adds links per gilles
* adds correct version link
2024-09-12 12:06:23 +02:00
Isabel Matwawana
1f7ebde0de
Revert "move Search page to Dashboards category" ( #93234 )
2024-09-11 11:12:24 -04:00
Irene Rodriguez
900608b50b
Update admonition to show differences across plans ( #93202 )
...
As per https://github.com/grafana/support-escalations/issues/11312#issuecomment-2342024943 , this PR updates the admonition to reflect that some features such as branding are not available for all plans.
2024-09-11 11:26:42 +01:00
Daniel Strobusch
748425cd66
[docs] remove misplaced heading. ( #93166 )
2024-09-11 12:59:29 +03:00
Isabel Matwawana
1c52d7b994
Docs: Update forward direction search for Loki entry ( #92875 )
2024-09-10 16:48:32 -04:00
Irene Rodriguez
3f9227183d
move Search page to Dashboards category ( #92968 )
...
* move Search page to Dashboards category
* fix Vale suggestions
* Update docs/sources/dashboards/search/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-09-10 18:14:11 +02:00
Arati R.
b12a29a1da
K8s: Implement partial folders api with k8s client ( #93089 )
...
* Add kubernetes folder feature toggle
* Add kubernetes routes for getting and creating a folder
* Add documentation for interacting with k8s folders
2024-09-10 11:22:08 +02:00
Jay
c4e0baa95f
Update _index.md ( #92790 )
...
Update to explain grafana_net is older and grafana_com is the preferred config name. However, grafana_net config is still accepted and parsed to grafana_com config.
2024-09-10 09:06:13 +00:00
Ieva
3197c5de8d
RBAC: Add available scopes to RBAC docs ( #93131 )
...
* update the list with some allowed RBAC scopes
* extend the http api docs as well
* display without bulletpoints
* add prettier ignores
2024-09-10 08:50:03 +00:00
Pepe Cano
7eb7b51dce
Docs: update IAM links for Cloud docs ( #93147 )
2024-09-10 09:33:45 +02:00
Señor Performo - Leandro Melendez
40b5c30b94
docs: Update Gauges adding why, how with data reqs and images ( #92451 )
...
Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com >
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com >
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2024-09-09 16:24:50 -04:00
Adela Almasan
af48d3db1e
Canvas: Add actions support ( #90677 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2024-09-09 09:11:55 -05:00
Andrej Ocenas
5e2ac24890
Sidecar: Add split view and basic APIs for extensions ( #91648 )
...
* Add split view and basic APIs to extensions
* Add comments
* Update public/app/AppWrapper.tsx
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com >
* Moved the .grafana-app element and deduplicate some code
* Remove the provider variants of usePluginLinks/Components
* Change buildPluginSectionNav
* Update comment
* Use eventBus
* Remove non existent exports
* refactor: use a sidecar service to encapsulate the state
* Don't wrap single app in split wrapper
* Use hook splitter
* Remove inline styles
* Type the style props from useSplitter
* Move the overflow style changes to appWrapper
* Deduplicate some common top level providers
* Move modals
* Move routes wrappers to it's own file
* Use better css and add comments
* Remove query rows app extension point
* Fix test
---------
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com >
2024-09-09 14:45:05 +02:00
Pepe Cano
c43bd82c92
IAM Docs: replace relref with refs links to enable IAM docs in Grafana Cloud docs ( #92890 )
...
* Update `refs` links in `Service accounts` to enable the Cloud docs
* Update `refs` links in `Migrate API keys` to enable the Cloud docs
* Update `refs` links in `RBAC docs` to enable the Cloud docs
* 2 - Update `refs` links in `RBAC docs` to enable the Cloud docs
* 3 - Update `refs` links in `RBAC docs` to enable the Cloud docs
* Apply Jack suggestions
* Set `folder permissions` for OSS and Cloud
* Set adminition shortcode to support GC ref links
* Fix `//` in URLs
2024-09-07 08:02:59 +02:00
Larissa Wandzura
a1a18922e5
Docs: Minor updates to Explore metrics ( #93053 )
...
fixed some wording for clarity
2024-09-06 13:22:50 -05:00
Irene Rodriguez
ffa925718e
fix broken link in backend style guide ( #93049 )
...
fix broken link
2024-09-06 15:03:50 +00:00
Martin Lehmann
55abfd7858
Docs: fix a typo on the Configure Grafana page (oentelemetry -> opentelemetry) ( #93021 )
...
chore(docs): fix a typo on the Configure Grafana page (oentelemetry -> opentelemetry)
2024-09-06 07:35:35 -05:00
Pepe Cano
e87140bf75
API Docs: create Authentication page and order sidebar menu ( #92900 )
...
* API Docs: create `Authentication` page and order sidebar menu
* fix minor typos
* Update capitalization
We don't capitalize titles as per https://grafana.com/docs/writers-toolkit/write/style-guide/capitalization-punctuation/
* Update docs/sources/developers/http_api/examples/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/developers/http_api/authentication.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
---------
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-09-06 08:17:20 +02:00
Ashley Harrison
82fe497b9d
Chore: remove adhocFilterOneOf toggle ( #92979 )
...
remove adhocFilterOneOf toggle
2024-09-05 15:49:24 +03:00
Mihai Doarna
ebd17adecf
API keys: Return 410 Gone status from POST /auth/keys endpoint ( #92965 )
...
* return 410 Gone status from POST /auth/keys endpoint
* generate swagger
* remove postAPIkeyResponse
* re-generate swagger
* remove docs for api key creation endpoint
2024-09-05 13:10:24 +03:00
Eric Leijonmarck
ded95af136
LBAC for datasources: doc improvements ( #92872 )
...
* LBAC for datasources: doc improvements
* fixed formatting of prettier
* Update docs/sources/administration/data-source-management/teamlbac/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-09-04 11:21:29 +01:00
brendamuir
9d3d1703f7
Alerting docs: adds caps not supported in email contact points ( #92902 )
...
* Alerting docs: adds caps not supported in email contact points
* ran prettier
* feedback from antonio
* ran prettier
2024-09-04 09:54:38 +00:00
brendamuir
4749064f57
Alerting docs: responds to feedback on alerting state or error alerts ( #92859 )
...
* Alerting docs: responds to feedback on alerting state or error alerts
* ran prettier
2024-09-04 08:10:55 +02:00
Kyle Brandt
d382ea773a
Prometheus: Enable the promQLScope (Scopes, Adhoc filters and groupby) by default ( #92080 )
2024-09-03 09:56:25 -04:00
Alexander Akhmetov
1df622641c
Alerting: Update documentation about alert instance limit ( #92668 )
2024-09-03 11:02:20 +02:00
Pepe Cano
15de549093
Alerting docs: HA - configure alertmanager to prevent duplicated notifications ( #92611 )
...
* Alerting docs: HA - configure shared alertmanager
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Apply minor content suggestion
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-09-03 06:31:09 +02:00
Alex Khomenko
6ecc9b1d21
Announcement banner: Update docs ( #92820 )
2024-09-02 17:59:01 +03:00