Skip to content
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

Open Network Telemetry SDK(based on Open Network Telemetry Specifications v1.0) #210

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/samples/bap-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ app:

openAPIValidator:
cachedFileLimit: 5
initialFilesToCache: ""
initialFilesToCache: ""
2 changes: 1 addition & 1 deletion config/samples/bap-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ app:

openAPIValidator:
cachedFileLimit: 5
initialFilesToCache: ""
initialFilesToCache: ""
2 changes: 1 addition & 1 deletion config/samples/bpp-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ app:

openAPIValidator:
cachedFileLimit: 5
initialFilesToCache: ""
initialFilesToCache: ""
2 changes: 1 addition & 1 deletion config/samples/bpp-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ app:

openAPIValidator:
cachedFileLimit: 5
initialFilesToCache: ""
initialFilesToCache: ""
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ services:
environment:
AMQP_URL: "amqp://queue_service?connection_attempts=3&retry_delay=5"
RABBITMQ_DEFAULT_USER: tvast
RABBITMQ_DEFAULT_PASS: password
RABBITMQ_DEFAULT_PASS: password
Loading