aboutsummaryrefslogtreecommitdiffstats
path: root/adapter/vppapiclient/stat_client.go
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Change module name to go.fd.io/govppHEADv0.6.0-alphamasterNathan Skrzypczak1-1/+1
2021-05-26statsclient: added symlinksVladimir Lavor1-5/+5
2021-05-05statsclient: allow index as patternVladimir Lavor1-4/+14
2021-03-03Provide error counters per worker for statsclientVladimir Lavor1-1/+1
2019-10-03Optimizations for statsclientOndrej Fabry1-10/+18
2019-08-08Add tag beyond18.10 to prevent build stat_clientRinat Baygildin1-1/+1
2019-08-02Migrate to modules, refactor Makefile and use Travis for CIOndrej Fabry1-1/+1
2019-06-20Add statsclient - pure Go implementation for stats APIOndrej Fabry1-16/+5
2019-05-31Support for error vectorsOndrej Fabry1-0/+7
2019-05-06Fix compilation for VPP 19.01Ondrej Fabry1-138/+2
2019-04-23Add comments to provide info about VPP requirementsOndrej Fabry1-3/+3
2019-04-18Check if dir ls/dump returns nilOndrej Fabry1-0/+15
2019-04-16Fix crash in stats for removed interfaces/nodesOndrej Fabry1-3/+4
2019-04-11Add support for names vector and fill name in interface/node statsOndrej Fabry1-2/+26
2019-03-21Fixup build with golang 1.12Nicolas PLANEL1-5/+5
2018-10-23Unexport adapter implementations to make it clear that API interfaces should ...Ondrej Fabry1-9/+19
2018-10-22Introduce StatsAPI and it's initial implementationOndrej Fabry1-0/+279