Skip to content

Commit

Permalink
Merge pull request #547 from earthgecko/SNAB
Browse files Browse the repository at this point in the history
Removed unstable notice
  • Loading branch information
earthgecko committed Apr 30, 2022
2 parents 0e548d8 + 5f00911 commit f4d18d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
## IMPORTANT NOTICE - 2022-04-30

The master branch is currently being updated to version 3.0.0 and should be
considered unstable and breaking until this notice is removed.

## Skyline

Skyline is a real time anomaly detection, time series analysis and performance
Expand Down
3 changes: 2 additions & 1 deletion skyline/webapp/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9501,7 +9501,8 @@ def upload_data():
return 'Bad Request', 400


# @added 20220403 - otlp data
# @added 20220403 - Task #4514: Integrate opentelemetry
# Feature #4516: flux - opentelemetry traces
@app.route('/otel_trace', methods=['POST'])
def otel_trace():
from opentelemetry.proto.trace.v1 import trace_pb2
Expand Down

0 comments on commit f4d18d4

Please sign in to comment.