Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Upgrade js-yaml package #90

Merged
merged 1 commit into from
Jun 6, 2019
Merged

Upgrade js-yaml package #90

merged 1 commit into from
Jun 6, 2019

Conversation

draffensperger
Copy link
Contributor

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #90 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #90   +/-   ##
=======================================
  Coverage   96.46%   96.46%           
=======================================
  Files          26       26           
  Lines         622      622           
  Branches       76       76           
=======================================
  Hits          600      600           
  Misses         22       22

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0d5dbbc...f8c98b6. Read the comment docs.

@draffensperger draffensperger merged commit 5ce19ef into master Jun 6, 2019
@draffensperger draffensperger deleted the fix-js-yaml branch June 6, 2019 13:57
RenaultAI pushed a commit to RenaultAI/opencensus-web that referenced this pull request Nov 20, 2019
Categorize namespaces of each item into:

- exporters
- interceptors
- zpages

which aesthetically looks nicer than the original but also
gives users better context and control over what the agent
does.

For example here is the new configuration file:
```yaml
interceptors:
    opencensus:
        address: "127.0.0.1:55678"

exporters:
    stackdriver:
        project: "project-id"
        enable_tracing: true

    zipkin:
        endpoint: "http://localhost:9411/api/v2/spans"

    datadog:
        enable_tracing: false

zpages:
    port: 55679
```

Fixes census-instrumentation#90
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants