File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed
website/cue/reference/components/sinks Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,15 @@ components: sinks: pulsar: {
5959 configuration : base .components .sinks .pulsar .configuration
6060
6161 input : {
62- logs : true
63- metrics : null
64- traces : false
62+ logs : true
63+ metrics : {
64+ counter : true
65+ distribution : true
66+ gauge : true
67+ histogram : true
68+ set : true
69+ summary : true
70+ }
71+ traces : false
6572 }
6673}
Original file line number Diff line number Diff line change @@ -58,9 +58,16 @@ components: sinks: redis: {
5858 configuration : base .components .sinks .redis .configuration
5959
6060 input : {
61- logs : true
62- metrics : null
63- traces : false
61+ logs : true
62+ metrics : {
63+ counter : true
64+ distribution : true
65+ gauge : true
66+ histogram : true
67+ set : true
68+ summary : true
69+ }
70+ traces : true
6471 }
6572
6673 how_it_works : {
You can’t perform that action at this time.
0 commit comments