sonic-telemetry icon indicating copy to clipboard operation
sonic-telemetry copied to clipboard

SONiC telemetry, moved to https://github.com/sonic-net/sonic-gnmi

Results 19 sonic-telemetry issues
Sort by recently updated
recently updated
newest added

Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...

#### Why I did it Refer: https://github.com/sonic-net/SONiC/pull/954 NOTE: Dependent on [PR #649](https://github.com/Azure/sonic-swss-common/pull/649) and update of swss-common in buildimage. #### How I did it Added a new client with APIs from...

Signed-off-by: Yong Zhao [email protected] - Why I did it We want to reload the configuration of telemetry server if the certificate and key files are rotated. This PR is related...

#### Why I did it #### How I did it #### How to verify it #### Which release branch to backport (provide reason below if selected) - [ ] 201811...

First cut; Fixed leak in my repro; [ Done on commit that is in 202012 -- 1c3f75e0d2b635dcff7d1bdff5cc9a03ed4bf7c5 ] ./gnmi_cli --client_types=gnmi -alocalhost:50051 -q COUNTERS -logtostderr -insecure -timestamp on -t COUNTERS_DB -qt...

Testing

- Why I did it reportType in dialout_client.go is defined as Unknown, Once, Periodic or Stream. But in function publishRun, "case Once" is miss from "switch cs.reportType". - How I...

sonic-data-client/non-db client: This PR aims to enable the streaming telemetry container to stream out the system logs from the SONiC Host. This dataset is added into non-database client since syslog...

Adding solutions to common issues

Signed-off-by: sundandan **- Why I did it** As different `tablePath` may have the same `dbName`,`tableName`,`tableKey`, `delimitor` and the different `field`, and the function `makeJSON_redis` would be call many times with...