docker run -v$(PWD)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm-it grafana/docs-base:latest /bin/bash -c'npm i && make webpack && hugo server -p 3002 -D --ignoreCache --baseUrl http://localhost:3002 --bind 0.0.0.0'
docker run -v$(PWD)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm-it grafana/docs-base:latest /bin/bash -c'npm i && make webpack && hugo server -p 3002 -D --ignoreCache --baseUrl http://localhost:3002 --bind 0.0.0.0'
docs-no-pull:
docker run -v$(PWD)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm-it grafana/docs-base:latest /bin/bash -c'npm i && make webpack && hugo server -p 3002 -D --ignoreCache --baseUrl http://localhost:3002 --bind 0.0.0.0'
docs-test:
docs-test:
docker pull grafana/docs-base:latest
docker pull grafana/docs-base:latest
docker run -v$(PWD)/sources:/hugo/content/docs/grafana/latest --rm-it grafana/docs-base:latest /bin/bash -c'npm i && make prod'
docker run -v$(PWD)/sources:/hugo/content/docs/grafana/latest --rm-it grafana/docs-base:latest /bin/bash -c'npm i && make prod'
Paste a native emoji in the unit picker and pick it as a custom unit:
{{<docs-imageboximg="/img/docs/v66/custom_unit_burger2.png"max-width="600px"caption="Custom unit emoji">}}
## Alerting enhancements
## Alerting enhancements
- We have introduced a new configuration for enforcing a minimal interval between evaluations, to reduce load on the backend.
- We have introduced a new configuration for enforcing a minimal interval between evaluations, to reduce load on the backend.
- The email notifier can now optionally send a single email to all recipients.
- The email notifier can now optionally send a single email to all recipients.
- OpsGenie, PagerDuty, Threema, and Google Chat notifiers have been updated to send additional information.
- OpsGenie, PagerDuty, Threema, and Google Chat notifiers have been updated to send additional information.
## Cookie management modifications
## Cookie management modifications
In order to align with a [change in Chrome 80](https://www.chromestatus.com/feature/5088147346030592), a breaking change has been introduced. The `[security]` setting `cookie_samesite` configured to `none` now renders cookies with `SameSite=None` attribute contrary to the previous behavior where no `SameSite` attribute was added to cookies. To get back the old behavior, you must set `cookie_samesite` to `disabled`.
In order to align with a [change in Chrome 80](https://www.chromestatus.com/feature/5088147346030592), a breaking change has been introduced. The `[security]` setting `cookie_samesite` configured to `none` now renders cookies with `SameSite=None` attribute contrary to the previous behavior where no `SameSite` attribute was added to cookies. To get back the old behavior, you must set `cookie_samesite` to `disabled`.