-
### Relevent telegraf.conf
```toml
[global_tags]
# Configuration for telegraf agent
[agent]
## Default data collection interval for all inputs
interval = "10s"
## Rounds collection inter…
-
Hi @akarneliuk
Hope you are doing good !
I was testing EDT for oc-platform and I am seeing that pygnmi subscribe is not sending delete field for a path removed from node and is only sending the upd…
-
greetings! I am trying to use pygnmi for connecting to a cisco Nexus 9000 series switch. and with the gnmic tool for command line i can get my commands to work as long as i use "--skip-verify" in my c…
-
In gnmi.proto below definitions cause both plugins to crash, is this circular reference allowed?
===========
// ScalarArray is used to encode a mixed-type array of values.
message ScalarArray {…
-
Hi,
Can gNMI client be used to just dynamically subscribe for sensor paths and allow gNMI server to send the telemetry data to different destination like kafka?
-
**Bug description**
Get "cache update error: update is stale," error after receiving subscription notification from a target.
**Step to reproduce**
1. targets.json:
```
{
"request": {
…
-
The 'with' construct in Python calls the __enter__ and __exit__ methods. The library assumes that, to a point that things only work using with: ...
-
I'm on Windows. I have a simple custom server built as follows running on `localhost:50051` and I'm trying to follow the instructions in [this blog post](https://netflixtechblog.com/simple-streaming-t…
-
poll_val = 20
subreq = gnmi_pb2.SubscribeRequest(subscribe=sublist, poll=poll_val)
poll updated are getting for no poll value.
-
grpc : 1.28.0-dev
go version : 1.11.2
system: linux x86_64
summary:
I try to use grpc SSL/TLS to to authenticate both the server and client 。Unluckily, it doesn't work well.
I catch the pa…