-
Couldn't load subscription status.
- Fork 12
loki() destination #18
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
loki() destination #18
Conversation
| @@ -0,0 +1,15 @@ | |||
| ## channel-args() | |||
|
|
|||
| | Type:| | | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you plz format these tables with spaces to see the table structure (equal-width columns, fields, here, and everywhere bellow as well)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
| | Type:| | | ||
| |Default:| -| | ||
|
|
||
| *Description:* The `channel-args()` option is available in gRPC-based drivers. The option accepts name-value pairs and sets channel arguments defined in the [GRPC Core library documentation](https://grpc.github.io/grpc/core/group__grpc__arg__keys.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use the external_links.yml for external links plz (here, and everywhere bellow as well)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed (I hope I used the external_links.yml correctly)
| id: adm-dest-loki-opt | ||
| --- | ||
|
|
||
| The `loki()` driver sends messages to a Loki Grafna database and has the following options: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo Grafna
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed all typos
| ## template() | ||
|
|
||
| | Type:| template or template-function| | ||
| |Default:| $ISODATE $HOST $MSGHDR$MSG| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use the now commonly used MACRO format ${MACRO} from now and on here and everywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
| @@ -0,0 +1,25 @@ | |||
| --- | |||
| title: 'loki(): Storing messages in a Grafna Loki database' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo Grafna here and multiple places bellow
34fa1c4 to
d33e7a5
Compare
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
d33e7a5 to
b0d222c
Compare
external link elements have a forbidden whitespace before the named keys Signed-off-by: Hofi <hofione@gmail.com>
Documented Loki Grafana destination.
Included new reusable option snippets.